Skip to content

Commit 371e829

Browse files
committed
4.32.0
1 parent b26becf commit 371e829

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ![HtmlUnitDriver Logo](https://github.com/SeleniumHQ/htmlunit-driver/blob/master/htmlunit_webdriver.png)
22

3-
Version 4.30.0 / March 26, 2025
3+
Version 4.32.0 / May 17, 2025
44

55
**HtmlUnitDriver** is a WebDriver compatible driver for the [HtmlUnit](https://www.htmlunit.org) headless browser.
66

@@ -37,7 +37,7 @@ Add to your `pom.xml`:
3737
<dependency>
3838
<groupId>org.seleniumhq.selenium</groupId>
3939
<artifactId>htmlunit3-driver</artifactId>
40-
<version>4.30.0</version>
40+
<version>4.32.0</version>
4141
</dependency>
4242
```
4343

@@ -46,7 +46,7 @@ Add to your `pom.xml`:
4646
Add to your `build.gradle`:
4747

4848
```groovy
49-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.30.0'
49+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.32.0'
5050
```
5151

5252

docs/compatibility.md

Lines changed: 3 additions & 2 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.30.0
3+
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.32.0
44
is for Selenium 4.29.0.
55

66

77
***htmlunit3-driver***
88

99
| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
1010
|----------|-----------------|----------------|------------------|------|
11-
| 4.30.0 | **4.30.0** | **4.11.1** | htmlunit3-driver | 11 |
11+
| 4.32.0 | **4.32.0** | **4.12.0** | htmlunit3-driver | 11 |
12+
| 4.30.0 | 4.30.0 | 4.11.1 | htmlunit3-driver | 11 |
1213
| 4.29.0 | 4.29.0 | 4.10.0 | htmlunit3-driver | 11 |
1314
| 4.28.0 | 4.28.0 | 4.9.0 | htmlunit3-driver | 11 |
1415
| 4.27.0 | 4.27.0 | 4.7.0 | htmlunit3-driver | 11 |

pom.xml

Lines changed: 4 additions & 2 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.32.0-SNAPSHOT</version>
8+
<version>4.32.0</version>
99

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

2121
<selenium.version>4.32.0</selenium.version>
2222
<selenium.devtools.artifactId>selenium-devtools-v136</selenium.devtools.artifactId>
23-
<htmlunit.version>4.12.0-SNAPSHOT</htmlunit.version>
23+
<htmlunit.version>4.12.0</htmlunit.version>
2424

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

@@ -288,6 +288,7 @@
288288
</execution>
289289
</executions>
290290
</plugin>
291+
<!--
291292
<plugin>
292293
<groupId>org.owasp</groupId>
293294
<artifactId>dependency-check-maven</artifactId>
@@ -306,6 +307,7 @@
306307
</execution>
307308
</executions>
308309
</plugin>
310+
-->
309311
<plugin>
310312
<groupId>org.apache.maven.plugins</groupId>
311313
<artifactId>maven-assembly-plugin</artifactId>

0 commit comments

Comments
 (0)