diff --git a/README.md b/README.md
index 333851e..f4dbb78 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ This implementation starts based on CSSParser 0.9.25; we removed the sac depende
We will try to stay in sync with CSSParser regarding the features in the future.
-[](https://maven-badges.herokuapp.com/maven-central/org.htmlunit/htmlunit-cssparser)
+[](https://central.sonatype.com/artifact/org.htmlunit/htmlunit-cssparser)
:heart: [Sponsor](https://github.com/sponsors/rbri)
@@ -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.18.0 / October 30, 2025
+### Latest release Version 4.19.0 / November 23, 2025
## Get it!
@@ -30,7 +30,7 @@ Add to your `pom.xml`:
org.htmlunit
htmlunit-cssparser
- 4.18.0
+ 4.19.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.18.0'
+implementation group: 'org.htmlunit', name: 'htmlunit-cssparser', version: '4.19.0'
```
@@ -55,7 +55,7 @@ If you use maven please add:
org.htmlunit
htmlunit-cssparser
- 4.19.0-SNAPSHOT
+ 4.20.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 8977f67..6e843b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.htmlunit
htmlunit-cssparser
- 4.18.0
+ 4.19.0
HtmlUnit CSS Parser
HtmlUnit
@@ -21,11 +21,11 @@
8
- 5.14.0
- 2.20.0
+ 5.14.1
+ 2.21.0
- 12.1.1
+ 12.1.2
10.0.4
@@ -34,7 +34,8 @@
3.2.8
3.6.2
3.14.1
- 3.4.2
+ 3.5.0
+ 3.2.0
3.12.0
3.5.4
@@ -73,6 +74,7 @@
central
+
org.apache.maven.plugins
maven-surefire-plugin
@@ -293,7 +296,7 @@
org.apache.maven.plugins
maven-release-plugin
- 3.1.1
+ ${release-plugin.version}