Skip to content

Commit 054f747

Browse files
committed
4.9.0
1 parent 9fbd051 commit 054f747

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
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.8.0 / January 12, 2024
21+
### Latest release Version 4.9.0 / January 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.8.0</version>
38+
<version>4.9.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.8.0'
47+
implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.9.0'
4848
```
4949

5050
## HowTo use
@@ -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.8.0-SNAPSHOT</version>
162+
<version>4.10.0-SNAPSHOT</version>
163163
</dependency>
164164

165165
You have to add the sonatype snapshot repository to your pom `repositories` section also:

pom.xml

+1-1
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.8.0</version>
8+
<version>4.9.0</version>
99
<name>HtmlUnit NekoHtml</name>
1010
<organization>
1111
<name>HtmlUnit</name>

0 commit comments

Comments
 (0)