diff --git a/README.md b/README.md
index 2d516393..311d520e 100644
--- a/README.md
+++ b/README.md
@@ -15,8 +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.15.0
-is for Selenium 4.15.0.
+Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.16.0
+is for Selenium 4.16.0.
Because there are so many tools working on top HtmlUnitDriver, we now maintain two version (artifact id's).
@@ -30,7 +30,8 @@ For an overview please check the following tables:
| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
|----------|-----------------|-----------------|------------------|------|
-| 4.15.1 | **4.15.1** | 3.9.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 |
| 4.15.0 | 4.15.0 | 3.8.0 | htmlunit3-driver | 11 |
| 4.14.1 | 4.14.1 | 3.7.0 | htmlunit3-driver | 11 |
| 4.13.0 | 4.13.0 | 3.6.0 | htmlunit3-driver | 1.8 |
@@ -94,14 +95,14 @@ Add to your `pom.xml`:
org.seleniumhq.selenium
htmlunit3-driver
- 4.15.1
+ 4.16.0
```
Add to your `build.gradle`:
```groovy
-implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.15.1'
+implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.16.0'
```
diff --git a/pom.xml b/pom.xml
index 066dd44c..3b631f66 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.seleniumhq.selenium
htmlunit3-driver
- 4.15.1
+ 4.16.0
${project.artifactId}
WebDriver compatible driver for HtmlUnit headless browser
@@ -18,7 +18,7 @@
11
11
- 4.15.0
+ 4.16.0
3.9.0
9.4.53.v20231009