Skip to content

Commit 1f080bd

Browse files
committed
4.40.0
1 parent 7a6ccdd commit 1f080bd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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.39.0 / December 07, 2025
3+
Version 4.40.0 / January 20, 2026
44

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

@@ -39,7 +39,7 @@ Add to your `pom.xml`:
3939
<dependency>
4040
<groupId>org.seleniumhq.selenium</groupId>
4141
<artifactId>htmlunit3-driver</artifactId>
42-
<version>4.39.0</version>
42+
<version>4.40.0</version>
4343
</dependency>
4444
```
4545

@@ -48,7 +48,7 @@ Add to your `pom.xml`:
4848
Add to your `build.gradle`:
4949

5050
```groovy
51-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.39.0'
51+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.40.0'
5252
```
5353

5454

0 commit comments

Comments
 (0)