11# ![ HtmlUnit Logo] ( https://github.com/HtmlUnit/htmlunit/blob/master/src/site/resources/images/htmlunit.png )
22
3- Version 4.15 .0 / August 17 , 2025
3+ Version 4.16 .0 / August 29 , 2025
44
55:heart : [ Sponsor] ( https://github.com/sponsors/rbri )
66
@@ -61,7 +61,7 @@ Add to your `pom.xml`:
6161<dependency >
6262 <groupId >org.htmlunit</groupId >
6363 <artifactId >htmlunit</artifactId >
64- <version >4.15 .0</version >
64+ <version >4.16 .0</version >
6565</dependency >
6666```
6767
@@ -70,7 +70,7 @@ Add to your `pom.xml`:
7070Add to your ` build.gradle ` :
7171
7272``` groovy
73- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.15 .0'
73+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.16 .0'
7474```
7575
7676## Getting Started
@@ -220,7 +220,7 @@ Add the snapshot repository and dependency to your `pom.xml`:
220220 <dependency >
221221 <groupId >org.htmlunit</groupId >
222222 <artifactId >htmlunit</artifactId >
223- <version >4.15 .0-SNAPSHOT</version >
223+ <version >4.17 .0-SNAPSHOT</version >
224224 </dependency >
225225 <!-- ... -->
226226 </dependencies >
@@ -239,7 +239,7 @@ repositories {
239239}
240240// ...
241241dependencies {
242- implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.15 .0-SNAPSHOT'
242+ implementation group: 'org.htmlunit', name: 'htmlunit', version: '4.17 .0-SNAPSHOT'
243243 // ...
244244}
245245```
0 commit comments