@@ -25,7 +25,7 @@ The FlexmarkConverterSample class demonstrates advanced HTML-to-Markdown convers
2525
2626[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
2727
28- ### Latest release Version 4.15 .0 / August 17 , 2025
28+ ### Latest release Version 4.16 .0 / August 29 , 2025
2929
3030### Maven
3131
@@ -35,7 +35,7 @@ Add to your `pom.xml`:
3535<dependency >
3636 <groupId >org.htmlunit</groupId >
3737 <artifactId >htmlunit-jsoup</artifactId >
38- <version >4.15 .0</version >
38+ <version >4.16 .0</version >
3939</dependency >
4040```
4141
@@ -44,7 +44,7 @@ Add to your `pom.xml`:
4444Add to your ` build.gradle ` :
4545
4646``` groovy
47- implementation group: 'org.htmlunit', name: 'htmlunit-jsoup', version: '4.15 .0'
47+ implementation group: 'org.htmlunit', name: 'htmlunit-jsoup', version: '4.16 .0'
4848```
4949
5050### Last CI build
@@ -59,7 +59,7 @@ If you use maven please add:
5959 <dependency>
6060 <groupId>org.htmlunit</groupId>
6161 <artifactId>htmlunit-jsoup</artifactId>
62- <version>4.16 .0-SNAPSHOT</version>
62+ <version>4.17 .0-SNAPSHOT</version>
6363 </dependency>
6464
6565You have to add the Central Portal Snapshots repository to your pom ` repositories ` section also:
0 commit comments