diff --git a/README.md b/README.md
index bcb9f614..bd385442 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The **Htmlunit-NekoHtml** Parser is used by Htmlunit.
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
-### Latest release Version 4.5.0 / October 20, 2024
+### Latest release Version 4.6.0 / November 05, 2024
##### [CVE-2022-29546](https://nvd.nist.gov/vuln/detail/CVE-2022-29546)
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.
##### [CVE-2022-28366](https://nvd.nist.gov/vuln/detail/CVE-2022-28366)
@@ -34,7 +34,7 @@ Add to your `pom.xml`:
org.htmlunit
neko-htmlunit
- 4.5.0
+ 4.6.0
```
@@ -43,7 +43,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.5.0'
+implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '4.6.0'
```
## HowTo use
@@ -158,7 +158,7 @@ If you use maven please add:
org.htmlunit
neko-htmlunit
- 4.6.0-SNAPSHOT
+ 4.7.0-SNAPSHOT
You have to add the sonatype snapshot repository to your pom `repositories` section also:
diff --git a/pom.xml b/pom.xml
index 7584bd87..25299e4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.htmlunit
neko-htmlunit
- 4.6.0-SNAPSHOT
+ 4.6.0
HtmlUnit NekoHtml
HtmlUnit