diff --git a/README.md b/README.md index 64d8208b..9375e474 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.17.0 -is for Selenium 4.17.0. +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). @@ -30,6 +30,7 @@ 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.16.1 | 4.16.1 | 3.10.0 | htmlunit3-driver | 11 | | 4.16.0 | 4.16.0 | 3.9.0 | htmlunit3-driver | 11 | @@ -97,14 +98,14 @@ Add to your `pom.xml`: org.seleniumhq.selenium htmlunit3-driver - 4.17.0 + 4.18.1 ``` Add to your `build.gradle`: ```groovy -implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.17.0' +implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.18.1' ``` diff --git a/pom.xml b/pom.xml index 9c4d9c68..8e0e0fc3 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.seleniumhq.selenium htmlunit3-driver - 4.18.1-SNAPSHOT + 4.18.1 ${project.artifactId} WebDriver compatible driver for HtmlUnit headless browser