Skip to content

Commit 3266675

Browse files
committed
working on 4.14.1
* jdk 11 * fix project name
1 parent 232d318 commit 3266675

2 files changed

Lines changed: 11 additions & 6 deletions

File tree

owasp-suppressions.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@
1818
<cve>CVE-2020-8908</cve>
1919
<cve>CVE-2023-2976</cve>
2020
</suppress>
21+
22+
<suppress>
23+
<filePath regex="true">.*jetty-.*\.jar</filePath>
24+
<cve>CVE-2023-44487</cve>
25+
</suppress>
2126
</suppressions>

pom.xml

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

66
<groupId>org.seleniumhq.selenium</groupId>
77
<artifactId>htmlunit3-driver</artifactId>
8-
<version>4.13.0</version>
8+
<version>4.14.1-SNAPSHOT</version>
99

10-
<name>htmlunit-driver</name>
10+
<name>${project.artifactId}</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
1212
<url>https://github.com/SeleniumHQ/htmlunit-driver</url>
1313

1414
<properties>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<maven.build.timestamp.format>yyyy-MM-dd HH:mm</maven.build.timestamp.format>
1717

18-
<maven.compiler.source>8</maven.compiler.source>
19-
<maven.compiler.target>8</maven.compiler.target>
18+
<maven.compiler.source>11</maven.compiler.source>
19+
<maven.compiler.target>11</maven.compiler.target>
2020

21-
<selenium.version>4.13.0</selenium.version>
22-
<htmlunit.version>3.6.0</htmlunit.version>
21+
<selenium.version>4.14.1</selenium.version>
22+
<htmlunit.version>3.7.0-SNAPSHOT</htmlunit.version>
2323

2424
<jetty.version>9.4.52.v20230823</jetty.version>
2525

0 commit comments

Comments
 (0)