diff --git a/README.md b/README.md
index 2521bf12..96c1eda3 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ This made it possible to remove many unneeded parts and dependencies to ensure e
### Project News
[HtmlUnit@Twitter][3]
-### Latest release Version 3.2.0 / May 15, 2023
+### Latest release Version 3.3.0 / June 04, 2023
#### [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. Please update to at least version 2.62.0.
@@ -33,7 +33,7 @@ Add to your `pom.xml`:
org.htmlunit
neko-htmlunit
- 3.2.0
+ 3.3.0
```
@@ -42,7 +42,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.2.0'
+implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '3.3.0'
```
## HowTo use
@@ -104,7 +104,7 @@ If you use maven please add:
org.htmlunit
neko-htmlunit
- 3.3.0-SNAPSHOT
+ 3.4.0-SNAPSHOT
You have to add the sonatype snapshot repository to your pom distributionManagement section also:
diff --git a/pom.xml b/pom.xml
index d347320b..eab9e721 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.htmlunit
neko-htmlunit
- 3.3.0-SNAPSHOT
+ 3.3.0
HtmlUnit NekoHtml
HtmlUnit