File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -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.0 / December 07 , 2025
32+ ### Latest release Version 4.20.1 / December 15 , 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.0 </version >
52+ <version >4.20.1 </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.0 '
61+ implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.20.1 '
6262```
6363
6464## HowTo use
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >org.htmlunit</groupId >
77 <artifactId >neko-htmlunit</artifactId >
8- <version >4.20.1-SNAPSHOT </version >
8+ <version >4.20.1</version >
99 <name >HtmlUnit NekoHtml</name >
1010 <organization >
1111 <name >HtmlUnit</name >
2828 <junit-launcher .version>1.14.1</junit-launcher .version>
2929
3030 <!-- quality -->
31- <checkstyle .version>12.2 .0</checkstyle .version>
31+ <checkstyle .version>12.3 .0</checkstyle .version>
3232 <spotbugs .version>4.9.8</spotbugs .version>
3333 <pmd .version>7.19.0</pmd .version>
3434 <dependencycheck .version>10.0.4</dependencycheck .version>
You can’t perform that action at this time.
0 commit comments