11# HtmlUnit
22
3- Version 3.11 .0 / February 10 , 2024
3+ Version 4.0 .0 / April 1 , 2024
44
55:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
66
@@ -38,7 +38,7 @@ Add to your `pom.xml`:
3838<dependency >
3939 <groupId >org.htmlunit</groupId >
4040 <artifactId >htmlunit</artifactId >
41- <version >3.11 .0</version >
41+ <version >4.0 .0</version >
4242</dependency >
4343```
4444
@@ -47,7 +47,7 @@ Add to your `pom.xml`:
4747Add to your ` build.gradle ` :
4848
4949``` groovy
50- implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.11 .0'
50+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.0 .0'
5151```
5252
5353## Vulnerabilities
@@ -121,7 +121,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
121121 <dependency >
122122 <groupId >org.htmlunit</groupId >
123123 <artifactId >htmlunit</artifactId >
124- <version >3.11 .0-SNAPSHOT</version >
124+ <version >4.1 .0-SNAPSHOT</version >
125125 </dependency >
126126 <!-- ... -->
127127 </dependencies >
@@ -140,7 +140,7 @@ repositories {
140140}
141141// ...
142142dependencies {
143- implementation group: 'org.htmlunit', name: 'htmlunit', version: '3.12 .0-SNAPSHOT'
143+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.1 .0-SNAPSHOT'
144144 // ...
145145}
146146```
@@ -184,7 +184,7 @@ Please try to keep your pull requests small (don't bundle unrelated changes) and
184184[ ![ Stargazers] ( https://starchart.cc/HtmlUnit/htmlunit.svg )] ( https://starchart.cc/HtmlUnit/htmlunit )
185185
186186
187- [ 1 ] : https://sourceforge.net/projects/htmlunit/files/htmlunit/3.11 .0/ " HtmlUnit on sourceforge "
187+ [ 1 ] : https://sourceforge.net/projects/htmlunit/files/htmlunit/4.0 .0/ " HtmlUnit on sourceforge "
188188[ 2 ] : https://jenkins.wetator.org/view/HtmlUnit/ " HtmlUnit CI "
189189[ 3 ] : https://twitter.com/HtmlUnit " https://twitter.com/HtmlUnit "
190190[ 4 ] : https://www.htmlunit.org " https://www.htmlunit.org "
0 commit comments