diff --git a/README.md b/README.md index a00c191e..13fa9bd5 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,14 @@ 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.7.0 -is for Selenium 4.7.0. +Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.8.1 +is for Selenium 4.8.1. For older versions and Selenium 3 please check the following table: | selenium | htmlunit-driver | htmlunit | |----------|-----------------|-----------------| +| 4.8.1 | 4.8.1 | 3.0.0 | | 4.8.0 | 4.8.0 | 2.70.0 | | | | | | 4.7.2 | 4.7.2 | 2.67.0 | @@ -38,6 +39,7 @@ For older versions and Selenium 3 please check the following table: | 4.1.0 | 3.56.0 - 3.60.0 | 2.56.0 - 2.60.0 | | 4.0.0 | 3.55.0 | 3.55.0 | | | | | +| 3.141.59 | 2.70.0 | 2.70.0 | | 3.141.59 | 2.67.0 | 2.67.0 | | 3.141.59 | 2.66.0 | 2.66.0 | | 3.141.59 | 2.65.0 | 2.65.1 | @@ -58,14 +60,14 @@ Add to your `pom.xml`: org.seleniumhq.selenium htmlunit-driver - 4.8.0 + 4.8.1 ``` Add to your `build.gradle`: ```groovy -implementation group: 'org.seleniumhq.selenium', name: 'htmlunit-driver', version: '4.8.0' +implementation group: 'org.seleniumhq.selenium', name: 'htmlunit-driver', version: '4.8.1' ``` diff --git a/owasp-suppressions.xml b/owasp-suppressions.xml index 77e99ca8..be6eac9a 100644 --- a/owasp-suppressions.xml +++ b/owasp-suppressions.xml @@ -40,4 +40,9 @@ CVE-2022-41881 CVE-2021-21409 + + + .*guava-31\.1-jre\.jar + CVE-2020-8908 + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7cbd92fd..e4b5c201 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.seleniumhq.selenium htmlunit-driver - 4.8.0 + 4.8.1 htmlunit-driver WebDriver compatible driver for HtmlUnit headless browser @@ -18,10 +18,10 @@ 8 8 - 4.8.0 - 2.70.0 + 4.8.1 + 3.0.0 - 9.4.50.v20221201 + 9.4.51.v20230217 9.3 4.7.3 @@ -99,7 +99,7 @@ test - net.sourceforge.htmlunit + org.htmlunit htmlunit ${htmlunit.version} @@ -426,5 +426,16 @@ OSS Sonatype snapshots https://oss.sonatype.org/content/repositories/snapshots/ + + + true + always + + + false + + S01 OSS Sonatype snapshots + https://s01.oss.sonatype.org/content/repositories/snapshots/ + \ No newline at end of file