Skip to content

Commit 4dcced5

Browse files
committed
4.10.0
1 parent 054f747 commit 4dcced5

File tree

2 files changed

+11
-14
lines changed

2 files changed

+11
-14
lines changed

README.md

+5-8
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.9.0 / January 22, 2025
21+
### Latest release Version 4.10.0 / February 22, 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.9.0</version>
38+
<version>4.10.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.9.0'
47+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.10.0'
4848
```
4949

5050
## HowTo use
@@ -149,7 +149,7 @@ Supported properties:
149149

150150
### Last CI build
151151
The latest builds are available from our
152-
[Jenkins CI build server][2]
152+
[Jenkins CI build server](https://jenkins.wetator.org/job/HtmlUnit%20-%20Neko/ "HtmlUnit -Neko CI")
153153

154154
[![Build Status](https://jenkins.wetator.org/buildStatus/icon?job=HtmlUnit+-+Neko)](https://jenkins.wetator.org/view/HtmlUnit/job/HtmlUnit%20-%20Neko/)
155155

@@ -159,7 +159,7 @@ If you use maven please add:
159159
<dependency>
160160
<groupId>org.htmlunit</groupId>
161161
<artifactId>neko-htmlunit</artifactId>
162-
<version>4.10.0-SNAPSHOT</version>
162+
<version>4.11.0-SNAPSHOT</version>
163163
</dependency>
164164

165165
You have to add the sonatype snapshot repository to your pom `repositories` section also:
@@ -308,6 +308,3 @@ This project is licensed under the Apache 2.0 License
308308
## Acknowledgments
309309

310310
Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino/NekoHtml in the past.
311-
312-
313-
[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20Neko/ "HtmlUnit -Neko CI"

pom.xml

+6-6
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.9.0</version>
8+
<version>4.10.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>HtmlUnit</name>
@@ -23,11 +23,11 @@
2323
<maven.compiler.source>8</maven.compiler.source>
2424
<maven.compiler.target>8</maven.compiler.target>
2525

26-
<junit.version>5.11.4</junit.version>
26+
<junit.version>5.12.0</junit.version>
2727

2828
<checkstyle.version>10.21.1</checkstyle.version>
29-
<spotbugs.version>4.8.6</spotbugs.version>
30-
<pmd.version>7.9.0</pmd.version>
29+
<spotbugs.version>4.9.1</spotbugs.version>
30+
<pmd.version>7.10.0</pmd.version>
3131
<dependencycheck.version>10.0.4</dependencycheck.version>
3232
</properties>
3333

@@ -50,7 +50,7 @@
5050
<plugins>
5151
<plugin>
5252
<artifactId>maven-compiler-plugin</artifactId>
53-
<version>3.13.0</version>
53+
<version>3.14.0</version>
5454
</plugin>
5555
<plugin>
5656
<artifactId>maven-surefire-plugin</artifactId>
@@ -161,7 +161,7 @@
161161
<plugin>
162162
<groupId>com.github.spotbugs</groupId>
163163
<artifactId>spotbugs-maven-plugin</artifactId>
164-
<version>4.8.6.6</version>
164+
<version>4.9.1.0</version>
165165
<dependencies>
166166
<dependency>
167167
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)