@@ -25,7 +25,7 @@ The FlexmarkConverterSample class demonstrates advanced HTML-to-Markdown convers
25
25
26
26
[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
27
27
28
- ### Latest release Version 4.15 .0 / August 17 , 2025
28
+ ### Latest release Version 4.16 .0 / August 29 , 2025
29
29
30
30
### Maven
31
31
@@ -35,7 +35,7 @@ Add to your `pom.xml`:
35
35
<dependency >
36
36
<groupId >org.htmlunit</groupId >
37
37
<artifactId >htmlunit-jsoup</artifactId >
38
- <version >4.15 .0</version >
38
+ <version >4.16 .0</version >
39
39
</dependency >
40
40
```
41
41
@@ -44,7 +44,7 @@ Add to your `pom.xml`:
44
44
Add to your ` build.gradle ` :
45
45
46
46
``` 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'
48
48
```
49
49
50
50
### Last CI build
@@ -59,7 +59,7 @@ If you use maven please add:
59
59
<dependency>
60
60
<groupId>org.htmlunit</groupId>
61
61
<artifactId>htmlunit-jsoup</artifactId>
62
- <version>4.16 .0-SNAPSHOT</version>
62
+ <version>4.17 .0-SNAPSHOT</version>
63
63
</dependency>
64
64
65
65
You have to add the Central Portal Snapshots repository to your pom ` repositories ` section also:
0 commit comments