Skip to content

Commit 1261a12

Browse files
committed
4.21.0
1 parent 9c886cc commit 1261a12

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 5 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.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`:
5858
Add 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

303303
You have to add the sonatype-central snapshot repository to your pom `repositories` section also:
@@ -327,7 +327,7 @@ repositories {
327327
}
328328
// ...
329329
dependencies {
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
```

pom.xml

Lines changed: 1 addition & 1 deletion
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.21.0-SNAPSHOT</version>
8+
<version>4.21.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>HtmlUnit</name>

0 commit comments

Comments
 (0)