Skip to content

Commit

Permalink
version 4.18.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Feb 23, 2024
1 parent 6e7d121 commit 8f1bd7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ 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.17.0
is for Selenium 4.17.0.
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.18.1
is for Selenium 4.18.1.

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

Expand All @@ -30,6 +30,7 @@ For an overview please check the following tables:

| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
|----------|-----------------|-----------------|------------------|------|
| 4.18.1 | **4.18.1** | 3.11.0 | htmlunit3-driver | 11 |
| 4.17.0 | **4.17.0** | 3.10.0 | htmlunit3-driver | 11 |
| 4.16.1 | 4.16.1 | 3.10.0 | htmlunit3-driver | 11 |
| 4.16.0 | 4.16.0 | 3.9.0 | htmlunit3-driver | 11 |
Expand Down Expand Up @@ -97,14 +98,14 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit3-driver</artifactId>
<version>4.17.0</version>
<version>4.18.1</version>
</dependency>
```

Add to your `build.gradle`:

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


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.18.1-SNAPSHOT</version>
<version>4.18.1</version>

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

0 comments on commit 8f1bd7d

Please sign in to comment.