11# ![ HtmlUnit Logo] ( https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png )
22
3- Version 4.10 .0 / February 22 , 2025
3+ Version 4.11 .0 / March 25 , 2025
44
55:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
66
@@ -51,7 +51,7 @@ Add to your `pom.xml`:
5151<dependency >
5252 <groupId >org.htmlunit</groupId >
5353 <artifactId >htmlunit</artifactId >
54- <version >4.10 .0</version >
54+ <version >4.11 .0</version >
5555</dependency >
5656```
5757
@@ -60,7 +60,7 @@ Add to your `pom.xml`:
6060Add to your ` build.gradle ` :
6161
6262``` groovy
63- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.10 .0'
63+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.11 .0'
6464```
6565
6666## Vulnerabilities
@@ -172,7 +172,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
172172 <dependency >
173173 <groupId >org.htmlunit</groupId >
174174 <artifactId >htmlunit</artifactId >
175- <version >4.11 .0-SNAPSHOT</version >
175+ <version >4.12 .0-SNAPSHOT</version >
176176 </dependency >
177177 <!-- ... -->
178178 </dependencies >
@@ -191,7 +191,7 @@ repositories {
191191}
192192// ...
193193dependencies {
194- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.11 .0-SNAPSHOT'
194+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.12 .0-SNAPSHOT'
195195 // ...
196196}
197197```
0 commit comments