From 08b2f4bcc5eefbb29cdc1e2acae901f4e5b397ea Mon Sep 17 00:00:00 2001 From: Ronald Brill Date: Thu, 25 Apr 2024 17:49:39 +0200 Subject: [PATCH] version 4.20.0 --- README.md | 11 ++++++----- pom.xml | 14 +++++++------- 2 files changed, 13 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a38c7a93..88c4dc9e 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.19.1 -is for Selenium 4.19.1. +Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.20.0 +is for Selenium 4.20.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.19.1 | **4.19.1** | **4.0.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 | | 4.17.0 | 4.17.0 | 3.10.0 | htmlunit3-driver | 11 | | 4.16.1 | 4.16.1 | 3.10.0 | htmlunit3-driver | 11 | @@ -93,14 +94,14 @@ Add to your `pom.xml`: org.seleniumhq.selenium htmlunit3-driver - 4.19.1 + 4.20.0 ``` Add to your `build.gradle`: ```groovy -implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.19.1' +implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.20.0' ``` diff --git a/pom.xml b/pom.xml index e3986ad5..8c50e3cd 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.seleniumhq.selenium htmlunit3-driver - 4.19.1 + 4.20.0 ${project.artifactId} WebDriver compatible driver for HtmlUnit headless browser @@ -18,14 +18,14 @@ 11 11 - 4.19.1 + 4.20.0 4.0.0 9.4.54.v20240208 10.15.0 - 4.8.3 - 1.2.1 + 4.8.4 + 1.3.0 9.1.0 @@ -212,7 +212,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.3.1 + 4.8.4.0 com.github.spotbugs @@ -227,7 +227,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 attach-sources @@ -268,7 +268,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.2 + 3.2.4 verify