Skip to content

Commit

Permalink
release 4.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Sep 1, 2023
1 parent a41933b commit ace821f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions owasp-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<cve>CVE-2022-41881</cve>
<cve>CVE-2021-21409</cve>
<cve>CVE-2021-43797</cve>
<cve>CVE-2023-4586</cve>
</suppress>

<suppress>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>4.11.0</version>
<version>4.12.0</version>

<name>htmlunit-driver</name>
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
Expand All @@ -18,15 +18,15 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>

<selenium.version>4.11.0</selenium.version>
<selenium.version>4.12.0</selenium.version>
<htmlunit.version>2.70.0</htmlunit.version>

<jetty.version>9.4.50.v20221201</jetty.version>

<checkstyle.version>9.3</checkstyle.version>
<spotbugs.version>4.7.3</spotbugs.version>
<archunit.version>1.0.1</archunit.version>
<dependencycheck.version>8.2.1</dependencycheck.version>
<archunit.version>1.1.0</archunit.version>
<dependencycheck.version>8.4.0</dependencycheck.version>
</properties>

<licenses>
Expand Down

0 comments on commit ace821f

Please sign in to comment.