Skip to content

Commit 172ecc8

Browse files
committed
version 4.21.0
1 parent 29651c9 commit 172ecc8

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,17 @@ 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.20.0
19-
is for Selenium 4.20.0.
18+
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.21.0
19+
is for Selenium 4.21.0.
2020

2121
For an overview about the different version and compatibility please check the following tables:
2222

2323
***htmlunit3-driver***
2424

2525
| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
2626
|----------|-----------------|-----------------|------------------|------|
27-
| 4.20.0 | **4.20.0** | **4.0.0** | htmlunit3-driver | 11 |
27+
| 4.21.0 | **4.21.0** | **4.1.0** | htmlunit3-driver | 11 |
28+
| 4.20.0 | 4.20.0 | 4.0.0 | htmlunit3-driver | 11 |
2829
| 4.19.1 | 4.19.1 | 4.0.0 | htmlunit3-driver | 11 |
2930
| 4.18.1 | 4.18.1 | 3.11.0 | htmlunit3-driver | 11 |
3031
| 4.17.0 | 4.17.0 | 3.10.0 | htmlunit3-driver | 11 |
@@ -94,14 +95,14 @@ Add to your `pom.xml`:
9495
<dependency>
9596
<groupId>org.seleniumhq.selenium</groupId>
9697
<artifactId>htmlunit3-driver</artifactId>
97-
<version>4.20.0</version>
98+
<version>4.21.0</version>
9899
</dependency>
99100
```
100101

101102
Add to your `build.gradle`:
102103

103104
```groovy
104-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.20.0'
105+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.21.0'
105106
```
106107

107108

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.21.0-SNAPSHOT</version>
8+
<version>4.21.0</version>
99

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

0 commit comments

Comments
 (0)