From fbe2e259b7900aab3fddfdac510c9c0f1a188771 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Tue, 23 Jan 2024 17:22:00 +0100 Subject: [PATCH] version 4.17.0 --- README.md | 11 ++++++----- pom.xml | 14 +++++++------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 6e842773..64d8208b 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.16.1 -is for Selenium 4.16.1. +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. 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.16.1 | **4.16.1** | 3.10.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 | | 4.15.0 | 4.15.0 | 3.8.0 | htmlunit3-driver | 11 | @@ -96,14 +97,14 @@ Add to your `pom.xml`: org.seleniumhq.selenium htmlunit3-driver - 4.16.1 + 4.17.0 ``` Add to your `build.gradle`: ```groovy -implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.16.1' +implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.17.0' ``` diff --git a/pom.xml b/pom.xml index 9437381a..3279c883 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.seleniumhq.selenium htmlunit3-driver - 4.16.1 + 4.17.0-SNAPSHOT ${project.artifactId} WebDriver compatible driver for HtmlUnit headless browser @@ -18,15 +18,15 @@ 11 11 - 4.16.1 + 4.17.0 3.10.0 9.4.53.v20231009 9.3 - 4.8.1 + 4.8.3 1.2.1 - 9.0.8 + 9.0.9 @@ -184,7 +184,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.1 11 true @@ -212,7 +212,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.2.0 + 4.8.3.0 com.github.spotbugs @@ -258,7 +258,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.2 + 3.2.5 **/*.java