From ee358f4cea1a63c1ce885916e2c510e54ce12837 Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Thu, 27 Jun 2024 16:29:47 +0200 Subject: [PATCH] 4.22.0 --- README.md | 11 ++++++----- pom.xml | 16 ++++++++-------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9f07498b..3447a2cc 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.21.0 -is for Selenium 4.21.0. +Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.22.0 +is for Selenium 4.22.0. For an overview about the different version and compatibility please check the following tables: @@ -24,7 +24,8 @@ For an overview about the different version and compatibility please check the f | selenium | htmlunit-driver | htmlunit | artifactId | JDK | |----------|-----------------|-----------------|------------------|------| -| 4.21.0 | **4.21.0** | **4.1.0** | htmlunit3-driver | 11 | +| 4.22.0 | **4.22.0** | **4.3.0** | htmlunit3-driver | 11 | +| 4.21.0 | 4.21.0 | 4.1.0 | htmlunit3-driver | 11 | | 4.20.0 | 4.20.0 | 4.0.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 | @@ -95,14 +96,14 @@ Add to your `pom.xml`: org.seleniumhq.selenium htmlunit3-driver - 4.21.0 + 4.22.0 ``` Add to your `build.gradle`: ```groovy -implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.21.0' +implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.22.0' ``` diff --git a/pom.xml b/pom.xml index 4b71386d..99b05b24 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.seleniumhq.selenium htmlunit3-driver - 4.22.0-SNAPSHOT + 4.22.0 ${project.artifactId} WebDriver compatible driver for HtmlUnit headless browser @@ -19,12 +19,12 @@ 11 4.22.0 - 4.2.0 + 4.3.0 9.4.54.v20240208 - 10.16.0 - 4.8.5 + 10.17.0 + 4.8.6 1.3.0 9.2.0 @@ -198,7 +198,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.3.1 + 3.4.0 checkstyle.xml checkstyle_suppressions.xml @@ -244,7 +244,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.7.0 true true @@ -261,7 +261,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.0 **/*.java @@ -318,7 +318,7 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 + 3.5.0 enforce