File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# HtmlUnit
22
3- Version 4.1 .0 / April 28 , 2024
3+ Version 4.2 .0 / June 05 , 2024
44
55:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
66
@@ -49,7 +49,7 @@ Add to your `pom.xml`:
4949<dependency >
5050 <groupId >org.htmlunit</groupId >
5151 <artifactId >htmlunit</artifactId >
52- <version >4.1 .0</version >
52+ <version >4.2 .0</version >
5353</dependency >
5454```
5555
@@ -58,7 +58,7 @@ Add to your `pom.xml`:
5858Add to your ` build.gradle ` :
5959
6060``` groovy
61- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.1 .0'
61+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.2 .0'
6262```
6363
6464## Vulnerabilities
@@ -132,7 +132,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
132132 <dependency >
133133 <groupId >org.htmlunit</groupId >
134134 <artifactId >htmlunit</artifactId >
135- <version >4.2 .0-SNAPSHOT</version >
135+ <version >4.3 .0-SNAPSHOT</version >
136136 </dependency >
137137 <!-- ... -->
138138 </dependencies >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >org.htmlunit</groupId >
77 <artifactId >htmlunit</artifactId >
8- <version >4.2.0-SNAPSHOT </version >
8+ <version >4.2.0</version >
99 <name >HtmlUnit</name >
1010 <organization >
1111 <name >Gargoyle Software Inc.</name >
Original file line number Diff line number Diff line change 6767 <section name =" Where to find..." >
6868 <p >
6969 <dl >
70- <dt >Latest release <date >April 28 , 2024</date ></dt >
70+ <dt >Latest release <date >June 05 , 2024</date ></dt >
7171 <dd >
72- <p ><a href =" https://github.com/HtmlUnit/htmlunit/releases/tag/4.1 .0" >version 4.1 .0</a ></p >
72+ <p ><a href =" https://github.com/HtmlUnit/htmlunit/releases/tag/4.2 .0" >version 4.2 .0</a ></p >
7373 </dd >
7474
7575 <dt >Source code</dt >
194194<dependency>
195195 <groupId>org.htmlunit</groupId>
196196 <artifactId>htmlunit</artifactId>
197- <version>4.1 .0</version>
197+ <version>4.2 .0</version>
198198</dependency>]]> </source >
199199 </p >
200200
You can’t perform that action at this time.
0 commit comments