Skip to content

Commit 1ef543c

Browse files
committed
release 4.13.0
1 parent ace821f commit 1ef543c

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

owasp-suppressions.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,18 @@
2424
<filePath regex="true">.*jetty-.*-9\.4\.50\.v20221201\.jar</filePath>
2525
<cve>CVE-2023-26048</cve>
2626
<cve>CVE-2023-26049</cve>
27+
<cve>CVE-2023-36479</cve>
28+
<cve>CVE-2023-40167</cve>
29+
<cve>CVE-2023-41900</cve>
2730
</suppress>
2831

2932
<suppress>
3033
<filePath regex="true">.*websocket-.*-9\.4\.50\.v20221201\.jar</filePath>
3134
<cve>CVE-2023-26048</cve>
3235
<cve>CVE-2023-26049</cve>
36+
<cve>CVE-2023-36479</cve>
37+
<cve>CVE-2023-40167</cve>
38+
<cve>CVE-2023-41900</cve>
3339
</suppress>
3440

3541
<suppress>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.seleniumhq.selenium</groupId>
77
<artifactId>htmlunit-driver</artifactId>
8-
<version>4.12.0</version>
8+
<version>4.13.0</version>
99

1010
<name>htmlunit-driver</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -18,7 +18,7 @@
1818
<maven.compiler.source>8</maven.compiler.source>
1919
<maven.compiler.target>8</maven.compiler.target>
2020

21-
<selenium.version>4.12.0</selenium.version>
21+
<selenium.version>4.13.0</selenium.version>
2222
<htmlunit.version>2.70.0</htmlunit.version>
2323

2424
<jetty.version>9.4.50.v20221201</jetty.version>
@@ -317,7 +317,7 @@
317317
<plugin>
318318
<groupId>org.apache.maven.plugins</groupId>
319319
<artifactId>maven-gpg-plugin</artifactId>
320-
<version>3.0.1</version>
320+
<version>3.1.0</version>
321321
<executions>
322322
<execution>
323323
<phase>verify</phase>

0 commit comments

Comments
 (0)