11# ![ HtmlUnit Logo] ( https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png )
22
3- Version 4.9 .0 / January 22, 2025
3+ Version 4.10 .0 / February 22, 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.9 .0</version >
54+ <version >4.10 .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.9 .0'
63+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.10 .0'
6464```
6565
6666## Vulnerabilities
@@ -168,7 +168,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
168168 <dependency >
169169 <groupId >org.htmlunit</groupId >
170170 <artifactId >htmlunit</artifactId >
171- <version >4.10 .0-SNAPSHOT</version >
171+ <version >4.11 .0-SNAPSHOT</version >
172172 </dependency >
173173 <!-- ... -->
174174 </dependencies >
@@ -187,7 +187,7 @@ repositories {
187187}
188188// ...
189189dependencies {
190- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.9 .0-SNAPSHOT'
190+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.11 .0-SNAPSHOT'
191191 // ...
192192}
193193```
0 commit comments