diff --git a/README.md b/README.md
index 57ce650..6fa2599 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ We will try to stay in sync with CSSParser regarding the features in the future.
[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
-### Latest release Version 4.15.0 / August 17, 2025
+### Latest release Version 4.16.0 / August 29, 2025
## Get it!
@@ -30,7 +30,7 @@ Add to your `pom.xml`:
org.htmlunit
htmlunit-cssparser
- 4.15.0
+ 4.16.0
```
@@ -39,7 +39,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:
```groovy
-implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.15.0'
+implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.16.0'
```
@@ -55,7 +55,7 @@ If you use maven please add:
org.htmlunit
htmlunit-cssparser
- 4.16.0-SNAPSHOT
+ 4.17.0-SNAPSHOT
You have to add the sonatype-central snapshot repository to your pom `repositories` section also:
diff --git a/pom.xml b/pom.xml
index 37f8355..c0a1ca9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.htmlunit
htmlunit-cssparser
- 4.15.0
+ 4.16.0
HtmlUnit CSS Parser
HtmlUnit
@@ -34,6 +34,7 @@
3.2.8
3.6.1
3.4.2
+ 3.11.3
@@ -219,7 +220,7 @@
org.apache.maven.plugins
maven-javadoc-plugin
- 3.11.2
+ ${javadoc-plugin.version}
--allow-script-in-comments
org.htmlunit.cssparser.parser.javacc