Skip to content

Commit 68d20ec

Browse files
committed
4.29.0
1 parent 541b0ff commit 68d20ec

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Add to your `pom.xml`:
3535
<dependency>
3636
<groupId>org.seleniumhq.selenium</groupId>
3737
<artifactId>htmlunit3-driver</artifactId>
38-
<version>4.28.0</version>
38+
<version>4.29.0</version>
3939
</dependency>
4040
```
4141

@@ -44,7 +44,7 @@ Add to your `pom.xml`:
4444
Add to your `build.gradle`:
4545

4646
```groovy
47-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.28.0'
47+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.29.0'
4848
```
4949

5050

docs/compatibility.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Htmlunitdriver - Selenium Compatibility
22

3-
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.28.0
4-
is for Selenium 4.28.0.
3+
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.29.0
4+
is for Selenium 4.29.0.
55

66

77
***htmlunit3-driver***
88

99
| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
1010
|----------|-----------------|----------------|------------------|------|
11-
| 4.28.0 | **4.28.0** | **4.9.0** | htmlunit3-driver | 11 |
11+
| 4.29.0 | **4.29.0** | **4.10.0** | htmlunit3-driver | 11 |
12+
| 4.28.0 | 4.28.0 | 4.9.0 | htmlunit3-driver | 11 |
1213
| 4.27.0 | 4.27.0 | 4.7.0 | htmlunit3-driver | 11 |
1314
| 4.26.0 | 4.26.0 | 4.6.0 | htmlunit3-driver | 11 |
1415
| 4.25.0 | 4.25.0 | 4.5.0 | htmlunit3-driver | 11 |

pom.xml

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

1010
<name>${project.artifactId}</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -20,14 +20,14 @@
2020

2121
<selenium.version>4.29.0</selenium.version>
2222
<selenium.devtools.artifactId>selenium-devtools-v133</selenium.devtools.artifactId>
23-
<htmlunit.version>4.10.0-SNAPSHOT</htmlunit.version>
23+
<htmlunit.version>4.10.0</htmlunit.version>
2424

2525
<jetty.version>9.4.57.v20241219</jetty.version>
2626

2727
<checkstyle.version>10.21.1</checkstyle.version>
28-
<spotbugs.version>4.9.0</spotbugs.version>
28+
<spotbugs.version>4.9.1</spotbugs.version>
2929
<archunit.version>1.3.0</archunit.version>
30-
<dependencycheck.version>12.0.1</dependencycheck.version>
30+
<dependencycheck.version>12.1.0</dependencycheck.version>
3131
</properties>
3232

3333
<licenses>
@@ -194,7 +194,7 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-compiler-plugin</artifactId>
197-
<version>3.13.0</version>
197+
<version>3.14.0</version>
198198
<configuration>
199199
<release>11</release>
200200
<showDeprecation>true</showDeprecation>
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>com.github.spotbugs</groupId>
224224
<artifactId>spotbugs-maven-plugin</artifactId>
225-
<version>4.8.6.6</version>
225+
<version>4.9.1.0</version>
226226
<dependencies>
227227
<dependency>
228228
<groupId>com.github.spotbugs</groupId>

0 commit comments

Comments
 (0)