Skip to content

Commit 338bf27

Browse files
committed
version 4.9.0
1 parent 168df0f commit 338bf27

2 files changed

Lines changed: 19 additions & 9 deletions

File tree

README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,33 @@ There are two versions available
1515

1616
### Selenium compatibility
1717

18-
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.8.3
19-
is for Selenium 4.8.3.
18+
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.9.0
19+
is for Selenium 4.9.0.
2020

2121
Because there are so many tools working on top HtmlUnitDriver, we now maintain two version (artifact id's).
2222

2323
**htmlunit3-driver** uses the (latest) version of HtmlUnit 3.x and is therefore not backward compatible.
2424

2525
**htmlunit-driver** is backward compatible but it still is based on HtmlUnit 2.70.
2626

27-
For an overview please check the following table:
27+
For an overview please check the following tables:
28+
29+
***htmlunit3-driver***
2830

2931
| selenium | htmlunit-driver | htmlunit | artifactId |
3032
|----------|-----------------|-----------------|------------------|
31-
| 4.8.3 | **4.8.3** | 3.1.0 | htmlunit3-driver |
33+
| 4.9.0 | **4.9.0** | 3.1.0 | htmlunit3-driver |
34+
| 4.8.3 | 4.8.3 | 3.1.0 | htmlunit3-driver |
3235
| 4.8.1 | 4.8.1 | 3.0.0 | htmlunit3-driver |
36+
37+
38+
***htmlunit-driver***
39+
40+
| selenium | htmlunit-driver | htmlunit | artifactId |
41+
|----------|-----------------|-----------------|------------------|
42+
| 4.9.0 | **4.9.0** | 2.70.0 | htmlunit-driver |
3343
| | | | |
34-
| 4.8.3 | **4.8.3** | 2.70.0 | htmlunit-driver |
44+
| 4.8.3 | 4.8.3 | 2.70.0 | htmlunit-driver |
3545
| 4.8.1 | 4.8.1.1 | 2.70.0 | htmlunit-driver |
3646
| 4.8.1 | 4.8.1 | 3.0.0 | htmlunit-driver |
3747
| 4.8.0 | 4.8.0 | 2.70.0 | htmlunit-driver |
@@ -71,14 +81,14 @@ Add to your `pom.xml`:
7181
<dependency>
7282
<groupId>org.seleniumhq.selenium</groupId>
7383
<artifactId>htmlunit3-driver</artifactId>
74-
<version>4.8.3</version>
84+
<version>4.9.0</version>
7585
</dependency>
7686
```
7787

7888
Add to your `build.gradle`:
7989

8090
```groovy
81-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.8.3'
91+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.9.0'
8292
```
8393

8494

pom.xml

Lines changed: 2 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.8.3</version>
8+
<version>4.9.0</version>
99

1010
<name>htmlunit-driver</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -18,7 +18,7 @@
1818
<maven.compiler.source>8</maven.compiler.source>
1919
<maven.compiler.target>8</maven.compiler.target>
2020

21-
<selenium.version>4.8.3</selenium.version>
21+
<selenium.version>4.9.0</selenium.version>
2222
<htmlunit.version>3.1.0</htmlunit.version>
2323

2424
<jetty.version>9.4.51.v20230217</jetty.version>

0 commit comments

Comments
 (0)