@@ -29,7 +29,7 @@ The **Htmlunit-NekoHtml** Parser is used by [HtmlUnit](https://htmlunit.sourcefo
2929
3030[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
3131
32- ### Latest release Version 4.19 .0 / November 23 , 2025
32+ ### Latest release Version 4.20 .0 / December 07 , 2025
3333
3434##### Security Advisories
3535
@@ -49,7 +49,7 @@ Add to your `pom.xml`:
4949<dependency >
5050 <groupId >org.htmlunit</groupId >
5151 <artifactId >neko-htmlunit</artifactId >
52- <version >4.19 .0</version >
52+ <version >4.20 .0</version >
5353</dependency >
5454```
5555
@@ -58,7 +58,7 @@ Add to your `pom.xml`:
5858Add to your ` build.gradle ` :
5959
6060``` groovy
61- implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.19 .0'
61+ implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.20 .0'
6262```
6363
6464## HowTo use
@@ -284,7 +284,7 @@ Add the dependency to your `pom.xml`:
284284 <dependency>
285285 <groupId>org.htmlunit</groupId>
286286 <artifactId>neko-htmlunit</artifactId>
287- <version>4.20 .0-SNAPSHOT</version>
287+ <version>4.21 .0-SNAPSHOT</version>
288288 </dependency>
289289
290290You have to add the sonatype-central snapshot repository to your pom ` repositories ` section also:
@@ -314,7 +314,7 @@ repositories {
314314}
315315// ...
316316dependencies {
317- implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.17 .0-SNAPSHOT'
317+ implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.21 .0-SNAPSHOT'
318318 // ...
319319}
320320```
0 commit comments