@@ -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.20.1 / December 15 , 2025
32+ ### Latest release Version 4.21.0 / December 28 , 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.20.1 </version >
52+ <version >4.21.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.20.1 '
61+ implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.21.0 '
6262```
6363
6464## HowTo use
@@ -297,7 +297,7 @@ Add the dependency to your `pom.xml`:
297297 <dependency>
298298 <groupId>org.htmlunit</groupId>
299299 <artifactId>neko-htmlunit</artifactId>
300- <version>4.21 .0-SNAPSHOT</version>
300+ <version>4.22 .0-SNAPSHOT</version>
301301 </dependency>
302302
303303You have to add the sonatype-central snapshot repository to your pom ` repositories ` section also:
@@ -327,7 +327,7 @@ repositories {
327327}
328328// ...
329329dependencies {
330- implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.21 .0-SNAPSHOT'
330+ implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.22 .0-SNAPSHOT'
331331 // ...
332332}
333333```
0 commit comments