Skip to content

Commit 1ac4f9b

Browse files
committed
4.34.0
1 parent 68e9b6d commit 1ac4f9b

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
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.33.0 / June 22, 2025
3+
Version 4.34.0 / July 31, 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.33.0</version>
40+
<version>4.34.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.33.0'
49+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.34.0'
5050
```
5151

5252

docs/compatibility.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ is for Selenium 4.29.0.
88

99
| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
1010
|----------|-----------------|----------------|------------------|------|
11-
| 4.33.0 | **4.33.0** | **4.13.0** | htmlunit3-driver | 11 |
11+
| 4.34.0 | **4.34.0** | **4.14.0** | htmlunit3-driver | 11 |
12+
| 4.33.0 | 4.33.0 | 4.13.0 | htmlunit3-driver | 11 |
1213
| 4.32.0 | 4.32.0 | 4.12.0 | htmlunit3-driver | 11 |
1314
| 4.30.0 | 4.30.0 | 4.11.1 | htmlunit3-driver | 11 |
1415
| 4.29.0 | 4.29.0 | 4.10.0 | htmlunit3-driver | 11 |

pom.xml

Lines changed: 1 addition & 1 deletion
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.34.0-SNAPSHOT</version>
8+
<version>4.34.0</version>
99

1010
<name>${project.artifactId}</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>

0 commit comments

Comments
 (0)