Skip to content

Commit 115a62a

Browse files
committed
4.39.0
1 parent 8fc1421 commit 115a62a

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

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.38.0 / October 31, 2025
3+
Version 4.39.0 / December 07, 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.38.0</version>
40+
<version>4.39.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.38.0'
49+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.39.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.38.0.
88

99
| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
1010
|----------|-----------------|----------------|------------------|------|
11-
| 4.38.0 | **4.38.0** | **4.18.0** | htmlunit3-driver | 11 |
11+
| 4.39.0 | **4.39.0** | **4.20.0** | htmlunit3-driver | 11 |
12+
| 4.38.0 | 4.38.0 | 4.18.0 | htmlunit3-driver | 11 |
1213
| 4.36.0 | 4.36.1 | 4.17.0 | htmlunit3-driver | 11 |
1314
| 4.36.0 | 4.36.0 | 4.17.0 | htmlunit3-driver | 11 |
1415
| 4.35.0 | 4.35.0 | 4.15.0 | htmlunit3-driver | 11 |

pom.xml

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

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

2121
<selenium.version>4.39.0</selenium.version>
2222
<selenium.devtools.artifactId>selenium-devtools-v143</selenium.devtools.artifactId>
23-
<htmlunit.version>4.20.0-SNAPSHOT</htmlunit.version>
23+
<htmlunit.version>4.20.0</htmlunit.version>
2424

2525
<jetty.version>9.4.58.v20250814</jetty.version>
2626

2727
<!-- test dependencies -->
2828
<junit.version>4.13.2</junit.version>
2929

3030
<!-- quality -->
31-
<checkstyle.version>12.1.1</checkstyle.version>
31+
<checkstyle.version>12.2.0</checkstyle.version>
3232
<spotbugs.version>4.9.8</spotbugs.version>
3333
<archunit.version>1.4.1</archunit.version>
3434
<dependencycheck.version>12.1.9</dependencycheck.version>
3535

3636
<!-- plugins -->
3737
<central-publishing-plugin.version>0.9.0</central-publishing-plugin.version>
3838
<checkstyle-plugin.version>3.6.0</checkstyle-plugin.version>
39-
<spotbugs-plugin.version>4.9.8.1</spotbugs-plugin.version>
39+
<spotbugs-plugin.version>4.9.8.2</spotbugs-plugin.version>
4040
<gpg-plugin.version>3.2.8</gpg-plugin.version>
4141
<enforcer-plugin.version>3.6.2</enforcer-plugin.version>
4242
<compiler-plugin.version>3.14.1</compiler-plugin.version>

0 commit comments

Comments
 (0)