Skip to content

Commit aa6f3ba

Browse files
committed
4.19.0
1 parent 2ec7f6c commit aa6f3ba

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 4 additions & 4 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.18.0 / October 30, 2025
32+
### Latest release Version 4.19.0 / November 23, 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.18.0</version>
52+
<version>4.19.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.18.0'
61+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.19.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.19.0-SNAPSHOT</version>
287+
<version>4.20.0-SNAPSHOT</version>
288288
</dependency>
289289

290290
You have to add the sonatype-central snapshot repository to your pom `repositories` section also:

pom.xml

Lines changed: 6 additions & 6 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.19.0-SNAPSHOT</version>
8+
<version>4.19.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>HtmlUnit</name>
@@ -24,13 +24,13 @@
2424
<maven.compiler.target>8</maven.compiler.target>
2525

2626
<!-- test dependencies -->
27-
<junit.version>5.14.0</junit.version>
28-
<junit-launcher.version>1.14.0</junit-launcher.version>
27+
<junit.version>5.14.1</junit.version>
28+
<junit-launcher.version>1.14.1</junit-launcher.version>
2929

3030
<!-- quality -->
31-
<checkstyle.version>12.1.1</checkstyle.version>
31+
<checkstyle.version>12.1.2</checkstyle.version>
3232
<spotbugs.version>4.9.8</spotbugs.version>
33-
<pmd.version>7.17.0</pmd.version>
33+
<pmd.version>7.18.0</pmd.version>
3434
<dependencycheck.version>10.0.4</dependencycheck.version>
3535

3636
<!-- plugins -->
@@ -41,7 +41,7 @@
4141
<gpg-plugin.version>3.2.8</gpg-plugin.version>
4242
<enforcer-plugin.version>3.6.2</enforcer-plugin.version>
4343
<compiler-plugin.version>3.14.1</compiler-plugin.version>
44-
<jar-plugin.version>3.4.2</jar-plugin.version>
44+
<jar-plugin.version>3.5.0</jar-plugin.version>
4545
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
4646
<surefire-plugin.version>3.5.4</surefire-plugin.version>
4747
</properties>

0 commit comments

Comments
 (0)