Skip to content

Commit 2566224

Browse files
committed
4.20.1
1 parent fd36151 commit 2566224

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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`:
5858
Add 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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>
@@ -28,7 +28,7 @@
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>

0 commit comments

Comments
 (0)