Skip to content

Commit

Permalink
version 4.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed May 18, 2024
1 parent 29651c9 commit 172ecc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,17 @@ There are two versions available

### Selenium compatibility

Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.20.0
is for Selenium 4.20.0.
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.21.0
is for Selenium 4.21.0.

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

***htmlunit3-driver***

| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
|----------|-----------------|-----------------|------------------|------|
| 4.20.0 | **4.20.0** | **4.0.0** | htmlunit3-driver | 11 |
| 4.21.0 | **4.21.0** | **4.1.0** | htmlunit3-driver | 11 |
| 4.20.0 | 4.20.0 | 4.0.0 | htmlunit3-driver | 11 |
| 4.19.1 | 4.19.1 | 4.0.0 | htmlunit3-driver | 11 |
| 4.18.1 | 4.18.1 | 3.11.0 | htmlunit3-driver | 11 |
| 4.17.0 | 4.17.0 | 3.10.0 | htmlunit3-driver | 11 |
Expand Down Expand Up @@ -94,14 +95,14 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit3-driver</artifactId>
<version>4.20.0</version>
<version>4.21.0</version>
</dependency>
```

Add to your `build.gradle`:

```groovy
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.20.0'
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.21.0'
```


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit3-driver</artifactId>
<version>4.21.0-SNAPSHOT</version>
<version>4.21.0</version>

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

0 comments on commit 172ecc8

Please sign in to comment.