Skip to content

Commit

Permalink
release 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Oct 5, 2023
1 parent ace821f commit 1ef543c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions owasp-suppressions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,18 @@
<filePath regex="true">.*jetty-.*-9\.4\.50\.v20221201\.jar</filePath>
<cve>CVE-2023-26048</cve>
<cve>CVE-2023-26049</cve>
<cve>CVE-2023-36479</cve>
<cve>CVE-2023-40167</cve>
<cve>CVE-2023-41900</cve>
</suppress>

<suppress>
<filePath regex="true">.*websocket-.*-9\.4\.50\.v20221201\.jar</filePath>
<cve>CVE-2023-26048</cve>
<cve>CVE-2023-26049</cve>
<cve>CVE-2023-36479</cve>
<cve>CVE-2023-40167</cve>
<cve>CVE-2023-41900</cve>
</suppress>

<suppress>
Expand Down
6 changes: 3 additions & 3 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.12.0</version>
<version>4.13.0</version>

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

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

<jetty.version>9.4.50.v20221201</jetty.version>
Expand Down Expand Up @@ -317,7 +317,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.0</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit 1ef543c

Please sign in to comment.