Skip to content

Commit ee358f4

Browse files
committed
4.22.0
1 parent 017a2f3 commit ee358f4

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,17 @@ 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.21.0
19-
is for Selenium 4.21.0.
18+
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.22.0
19+
is for Selenium 4.22.0.
2020

2121
For an overview about the different version and compatibility please check the following tables:
2222

2323
***htmlunit3-driver***
2424

2525
| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
2626
|----------|-----------------|-----------------|------------------|------|
27-
| 4.21.0 | **4.21.0** | **4.1.0** | htmlunit3-driver | 11 |
27+
| 4.22.0 | **4.22.0** | **4.3.0** | htmlunit3-driver | 11 |
28+
| 4.21.0 | 4.21.0 | 4.1.0 | htmlunit3-driver | 11 |
2829
| 4.20.0 | 4.20.0 | 4.0.0 | htmlunit3-driver | 11 |
2930
| 4.19.1 | 4.19.1 | 4.0.0 | htmlunit3-driver | 11 |
3031
| 4.18.1 | 4.18.1 | 3.11.0 | htmlunit3-driver | 11 |
@@ -95,14 +96,14 @@ Add to your `pom.xml`:
9596
<dependency>
9697
<groupId>org.seleniumhq.selenium</groupId>
9798
<artifactId>htmlunit3-driver</artifactId>
98-
<version>4.21.0</version>
99+
<version>4.22.0</version>
99100
</dependency>
100101
```
101102

102103
Add to your `build.gradle`:
103104

104105
```groovy
105-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.21.0'
106+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.22.0'
106107
```
107108

108109

pom.xml

Lines changed: 8 additions & 8 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.22.0-SNAPSHOT</version>
8+
<version>4.22.0</version>
99

1010
<name>${project.artifactId}</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -19,12 +19,12 @@
1919
<maven.compiler.target>11</maven.compiler.target>
2020

2121
<selenium.version>4.22.0</selenium.version>
22-
<htmlunit.version>4.2.0</htmlunit.version>
22+
<htmlunit.version>4.3.0</htmlunit.version>
2323

2424
<jetty.version>9.4.54.v20240208</jetty.version>
2525

26-
<checkstyle.version>10.16.0</checkstyle.version>
27-
<spotbugs.version>4.8.5</spotbugs.version>
26+
<checkstyle.version>10.17.0</checkstyle.version>
27+
<spotbugs.version>4.8.6</spotbugs.version>
2828
<archunit.version>1.3.0</archunit.version>
2929
<dependencycheck.version>9.2.0</dependencycheck.version>
3030
</properties>
@@ -198,7 +198,7 @@
198198
<plugin>
199199
<groupId>org.apache.maven.plugins</groupId>
200200
<artifactId>maven-checkstyle-plugin</artifactId>
201-
<version>3.3.1</version>
201+
<version>3.4.0</version>
202202
<configuration>
203203
<configLocation>checkstyle.xml</configLocation>
204204
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
@@ -244,7 +244,7 @@
244244
<plugin>
245245
<groupId>org.apache.maven.plugins</groupId>
246246
<artifactId>maven-javadoc-plugin</artifactId>
247-
<version>3.6.3</version>
247+
<version>3.7.0</version>
248248
<configuration>
249249
<quiet>true</quiet>
250250
<detectLinks>true</detectLinks>
@@ -261,7 +261,7 @@
261261
<plugin>
262262
<groupId>org.apache.maven.plugins</groupId>
263263
<artifactId>maven-surefire-plugin</artifactId>
264-
<version>3.2.5</version>
264+
<version>3.3.0</version>
265265
<configuration>
266266
<includes>
267267
<include>**/*.java</include>
@@ -318,7 +318,7 @@
318318
<plugin>
319319
<groupId>org.apache.maven.plugins</groupId>
320320
<artifactId>maven-enforcer-plugin</artifactId>
321-
<version>3.4.1</version>
321+
<version>3.5.0</version>
322322
<executions>
323323
<execution>
324324
<id>enforce</id>

0 commit comments

Comments
 (0)