Skip to content

Commit 9a57977

Browse files
committed
version 4.11.0
1 parent 54c5757 commit 9a57977

File tree

3 files changed

+14
-41
lines changed

3 files changed

+14
-41
lines changed

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ There are two versions available
1515

1616
### Selenium compatibility
1717

18-
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.10.0
19-
is for Selenium 4.10.0.
18+
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.11.0
19+
is for Selenium 4.11.0.
2020

2121
Because there are so many tools working on top HtmlUnitDriver, we now maintain two version (artifact id's).
2222

@@ -30,7 +30,8 @@ For an overview please check the following tables:
3030

3131
| selenium | htmlunit-driver | htmlunit | artifactId |
3232
|----------|-----------------|-----------------|------------------|
33-
| 4.10.0 | **4.10.0** | 3.3.0 | htmlunit3-driver |
33+
| 4.11.0 | **4.11.0** | 3.4.0 | htmlunit3-driver |
34+
| 4.10.0 | 4.10.0 | 3.3.0 | htmlunit3-driver |
3435
| 4.9.1 | 4.9.1 | 3.2.0 | htmlunit3-driver |
3536
| 4.9.0 | 4.9.0 | 3.1.0 | htmlunit3-driver |
3637
| 4.8.3 | 4.8.3 | 3.1.0 | htmlunit3-driver |
@@ -41,7 +42,8 @@ For an overview please check the following tables:
4142

4243
| selenium | htmlunit-driver | htmlunit | artifactId |
4344
|----------|-----------------|-----------------|------------------|
44-
| 4.10.0 | **4.10.0** | 2.70.0 | htmlunit-driver |
45+
| 4.11.0 | **4.11.0** | 2.70.0 | htmlunit-driver |
46+
| 4.10.0 | 4.10.0 | 2.70.0 | htmlunit-driver |
4547
| 4.9.1 | 4.9.1 | 2.70.0 | htmlunit-driver |
4648
| 4.9.0 | 4.9.0 | 2.70.0 | htmlunit-driver |
4749
| | | | |
@@ -85,14 +87,14 @@ Add to your `pom.xml`:
8587
<dependency>
8688
<groupId>org.seleniumhq.selenium</groupId>
8789
<artifactId>htmlunit3-driver</artifactId>
88-
<version>4.10.0</version>
90+
<version>4.11.0</version>
8991
</dependency>
9092
```
9193

9294
Add to your `build.gradle`:
9395

9496
```groovy
95-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.10.0'
97+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.11.0'
9698
```
9799

98100

owasp-suppressions.xml

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.3.xsd">
33
<suppress>
4-
<filePath regex="true">.*netty-transport-native-kqueue-4\.1\.60\.Final-osx-x86_64\.jar</filePath>
4+
<filePath regex="true">.*netty-.*\.jar</filePath>
5+
<cve>CVE-2023-34462</cve>
56
<cve>CVE-2022-41915</cve>
67
<cve>CVE-2021-37136</cve>
78
<cve>CVE-2021-37137</cve>
@@ -10,36 +11,6 @@
1011
<cve>CVE-2021-21409</cve>
1112
<cve>CVE-2021-43797</cve>
1213
</suppress>
13-
<suppress>
14-
<filePath regex="true">.*netty-transport-native-epoll-4\.1\.60\.Final-linux-x86_64\.jar</filePath>
15-
<cve>CVE-2021-43797</cve>
16-
<cve>CVE-2022-41915</cve>
17-
<cve>CVE-2021-37136</cve>
18-
<cve>CVE-2021-37137</cve>
19-
<cve>CVE-2022-24823</cve>
20-
<cve>CVE-2022-41881</cve>
21-
<cve>CVE-2021-21409</cve>
22-
</suppress>
23-
<suppress>
24-
<filePath regex="true">.*netty-codec-socks-4\.1\.60\.Final\.jar</filePath>
25-
<cve>CVE-2021-43797</cve>
26-
<cve>CVE-2022-41915</cve>
27-
<cve>CVE-2021-37136</cve>
28-
<cve>CVE-2021-37137</cve>
29-
<cve>CVE-2022-24823</cve>
30-
<cve>CVE-2022-41881</cve>
31-
<cve>CVE-2021-21409</cve>
32-
</suppress>
33-
<suppress>
34-
<filePath regex="true">.*netty-handler-proxy-4\.1\.60\.Final\.jar</filePath>
35-
<cve>CVE-2021-43797</cve>
36-
<cve>CVE-2022-41915</cve>
37-
<cve>CVE-2021-37136</cve>
38-
<cve>CVE-2021-37137</cve>
39-
<cve>CVE-2022-24823</cve>
40-
<cve>CVE-2022-41881</cve>
41-
<cve>CVE-2021-21409</cve>
42-
</suppress>
4314

4415
<suppress>
4516
<filePath regex="true">.*guava-31\.1-jre\.jar</filePath>

pom.xml

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

66
<groupId>org.seleniumhq.selenium</groupId>
77
<artifactId>htmlunit3-driver</artifactId>
8-
<version>4.10.0</version>
8+
<version>4.11.0</version>
99

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

21-
<selenium.version>4.10.0</selenium.version>
22-
<htmlunit.version>3.3.0</htmlunit.version>
21+
<selenium.version>4.11.0</selenium.version>
22+
<htmlunit.version>3.4.0</htmlunit.version>
2323

2424
<jetty.version>9.4.51.v20230217</jetty.version>
2525

2626
<checkstyle.version>9.3</checkstyle.version>
2727
<spotbugs.version>4.7.3</spotbugs.version>
2828
<archunit.version>1.0.1</archunit.version>
29-
<dependencycheck.version>8.2.1</dependencycheck.version>
29+
<dependencycheck.version>8.3.1</dependencycheck.version>
3030
</properties>
3131

3232
<licenses>

0 commit comments

Comments
 (0)