Skip to content

Commit fbe2e25

Browse files
committed
version 4.17.0
1 parent 23e0ab4 commit fbe2e25

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

README.md

Lines changed: 6 additions & 5 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.16.1
19-
is for Selenium 4.16.1.
18+
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.17.0
19+
is for Selenium 4.17.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 | JDK |
3232
|----------|-----------------|-----------------|------------------|------|
33-
| 4.16.1 | **4.16.1** | 3.10.0 | htmlunit3-driver | 11 |
33+
| 4.17.0 | **4.17.0** | 3.10.0 | htmlunit3-driver | 11 |
34+
| 4.16.1 | 4.16.1 | 3.10.0 | htmlunit3-driver | 11 |
3435
| 4.16.0 | 4.16.0 | 3.9.0 | htmlunit3-driver | 11 |
3536
| 4.15.1 | 4.15.1 | 3.9.0 | htmlunit3-driver | 11 |
3637
| 4.15.0 | 4.15.0 | 3.8.0 | htmlunit3-driver | 11 |
@@ -96,14 +97,14 @@ Add to your `pom.xml`:
9697
<dependency>
9798
<groupId>org.seleniumhq.selenium</groupId>
9899
<artifactId>htmlunit3-driver</artifactId>
99-
<version>4.16.1</version>
100+
<version>4.17.0</version>
100101
</dependency>
101102
```
102103

103104
Add to your `build.gradle`:
104105

105106
```groovy
106-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.16.1'
107+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.17.0'
107108
```
108109

109110

pom.xml

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

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

21-
<selenium.version>4.16.1</selenium.version>
21+
<selenium.version>4.17.0</selenium.version>
2222
<htmlunit.version>3.10.0</htmlunit.version>
2323

2424
<jetty.version>9.4.53.v20231009</jetty.version>
2525

2626
<checkstyle.version>9.3</checkstyle.version>
27-
<spotbugs.version>4.8.1</spotbugs.version>
27+
<spotbugs.version>4.8.3</spotbugs.version>
2828
<archunit.version>1.2.1</archunit.version>
29-
<dependencycheck.version>9.0.8</dependencycheck.version>
29+
<dependencycheck.version>9.0.9</dependencycheck.version>
3030
</properties>
3131

3232
<licenses>
@@ -184,7 +184,7 @@
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>
186186
<artifactId>maven-compiler-plugin</artifactId>
187-
<version>3.11.0</version>
187+
<version>3.12.1</version>
188188
<configuration>
189189
<release>11</release>
190190
<showDeprecation>true</showDeprecation>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>com.github.spotbugs</groupId>
214214
<artifactId>spotbugs-maven-plugin</artifactId>
215-
<version>4.8.2.0</version>
215+
<version>4.8.3.0</version>
216216
<dependencies>
217217
<dependency>
218218
<groupId>com.github.spotbugs</groupId>
@@ -258,7 +258,7 @@
258258
<plugin>
259259
<groupId>org.apache.maven.plugins</groupId>
260260
<artifactId>maven-surefire-plugin</artifactId>
261-
<version>3.2.2</version>
261+
<version>3.2.5</version>
262262
<configuration>
263263
<includes>
264264
<include>**/*.java</include>

0 commit comments

Comments
 (0)