Skip to content

Commit d408574

Browse files
committed
4.18.0
1 parent 1a94695 commit d408574

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The **Htmlunit-NekoHtml** Parser is used by Htmlunit.
1818

1919
[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
2020

21-
### Latest release Version 4.17.0 / October 05, 2025
21+
### Latest release Version 4.18.0 / October 30, 2025
2222

2323
##### [CVE-2022-29546](https://nvd.nist.gov/vuln/detail/CVE-2022-29546)
2424
Htmlunit-NekoHtml Parser suffers from a denial of service vulnerability on versions 2.60.0 and below. A specifically crafted input regarding the parsing of processing instructions leads to heap memory consumption.
@@ -35,7 +35,7 @@ Add to your `pom.xml`:
3535
<dependency>
3636
<groupId>org.htmlunit</groupId>
3737
<artifactId>neko-htmlunit</artifactId>
38-
<version>4.17.0</version>
38+
<version>4.18.0</version>
3939
</dependency>
4040
```
4141

@@ -44,7 +44,7 @@ Add to your `pom.xml`:
4444
Add to your `build.gradle`:
4545

4646
```groovy
47-
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.17.0'
47+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.18.0'
4848
```
4949

5050
## HowTo use
@@ -270,7 +270,7 @@ Add the dependency to your `pom.xml`:
270270
<dependency>
271271
<groupId>org.htmlunit</groupId>
272272
<artifactId>neko-htmlunit</artifactId>
273-
<version>4.18.0-SNAPSHOT</version>
273+
<version>4.19.0-SNAPSHOT</version>
274274
</dependency>
275275

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

pom.xml

Lines changed: 5 additions & 5 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.17.0</version>
8+
<version>4.18.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>HtmlUnit</name>
@@ -28,16 +28,16 @@
2828
<junit-launcher.version>1.14.0</junit-launcher.version>
2929

3030
<!-- quality -->
31-
<checkstyle.version>11.1.0</checkstyle.version>
32-
<spotbugs.version>4.9.4</spotbugs.version>
31+
<checkstyle.version>12.1.1</checkstyle.version>
32+
<spotbugs.version>4.9.8</spotbugs.version>
3333
<pmd.version>7.17.0</pmd.version>
3434
<dependencycheck.version>10.0.4</dependencycheck.version>
3535

3636
<!-- plugins -->
3737
<central-publishing-plugin.version>0.9.0</central-publishing-plugin.version>
3838
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
39-
<pmd-plugin.version>3.27.0</pmd-plugin.version>
40-
<spotbugs-plugin.version>4.9.6.0</spotbugs-plugin.version>
39+
<pmd-plugin.version>3.28.0</pmd-plugin.version>
40+
<spotbugs-plugin.version>4.9.8.1</spotbugs-plugin.version>
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>

0 commit comments

Comments
 (0)