@@ -17,7 +17,7 @@ and we added unit tests and the maven-based build.
1717
1818[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
1919
20- ### Latest release Version 4.16 .0 / August 29 , 2025
20+ ### Latest release Version 4.17 .0 / October 04 , 2025
2121
2222### Maven
2323
@@ -27,7 +27,7 @@ Add to your `pom.xml`:
2727<dependency >
2828 <groupId >org.htmlunit</groupId >
2929 <artifactId >htmlunit-xpath</artifactId >
30- <version >4.16 .0</version >
30+ <version >4.17 .0</version >
3131</dependency >
3232```
3333
@@ -36,7 +36,7 @@ Add to your `pom.xml`:
3636Add to your ` build.gradle ` :
3737
3838``` groovy
39- implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.16 .0'
39+ implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '4.17 .0'
4040```
4141
4242### Last CI build
@@ -50,7 +50,7 @@ If you use maven please add:
5050 <dependency>
5151 <groupId>org.htmlunit</groupId>
5252 <artifactId>htmlunit-xpath</artifactId>
53- <version>4.17 .0-SNAPSHOT</version>
53+ <version>4.18 .0-SNAPSHOT</version>
5454 </dependency>
5555
5656You have to add the sonatype-central snapshot repository to your pom ` repositories ` section also:
0 commit comments