diff --git a/README.md b/README.md
index 9375e474..368c3b2a 100644
--- a/README.md
+++ b/README.md
@@ -15,14 +15,8 @@ There are two versions available
### Selenium compatibility
-Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.18.1
-is for Selenium 4.18.1.
-
-Because there are so many tools working on top HtmlUnitDriver, we now maintain two version (artifact id's).
-
-**htmlunit3-driver** uses the (latest) version of HtmlUnit 3.x and is therefore not backward compatible.
-
-**htmlunit-driver** is backward compatible but it still is based on HtmlUnit 2.70.
+Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.19.1
+is for Selenium 4.19.1.
For an overview please check the following tables:
@@ -30,8 +24,9 @@ For an overview please check the following tables:
| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
|----------|-----------------|-----------------|------------------|------|
-| 4.18.1 | **4.18.1** | 3.11.0 | htmlunit3-driver | 11 |
-| 4.17.0 | **4.17.0** | 3.10.0 | htmlunit3-driver | 11 |
+| 4.19.1 | **4.19.1** | **4.0.0** | htmlunit3-driver | 11 |
+| 4.18.1 | 4.18.1 | 3.11.0 | htmlunit3-driver | 11 |
+| 4.17.0 | 4.17.0 | 3.10.0 | htmlunit3-driver | 11 |
| 4.16.1 | 4.16.1 | 3.10.0 | htmlunit3-driver | 11 |
| 4.16.0 | 4.16.0 | 3.9.0 | htmlunit3-driver | 11 |
| 4.15.1 | 4.15.1 | 3.9.0 | htmlunit3-driver | 11 |
diff --git a/pom.xml b/pom.xml
index 8e0e0fc3..e3986ad5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.seleniumhq.selenium
htmlunit3-driver
- 4.18.1
+ 4.19.1
${project.artifactId}
WebDriver compatible driver for HtmlUnit headless browser
@@ -18,15 +18,15 @@
11
11
- 4.18.1
- 3.11.0
+ 4.19.1
+ 4.0.0
- 9.4.53.v20231009
+ 9.4.54.v20240208
- 10.13.0
+ 10.15.0
4.8.3
1.2.1
- 9.0.9
+ 9.1.0
@@ -184,7 +184,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.12.1
+ 3.13.0
11
true
@@ -268,7 +268,7 @@
org.apache.maven.plugins
maven-gpg-plugin
- 3.1.0
+ 3.2.2
verify
@@ -296,7 +296,7 @@
org.apache.maven.plugins
maven-assembly-plugin
- 3.6.0
+ 3.7.1
package