Skip to content

Commit

Permalink
prepare release 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Dec 17, 2022
1 parent c8e0f15 commit cfa233b
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,13 +15,14 @@ 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.7
is for Selenium 4.7.
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.7.0
is for Selenium 4.7.0.

For older versions and Selenium 3 please check the following table:

| selenium | htmlunit-driver | htmlunit |
|----------|-----------------|-----------------|
| 4.7.2 | 4.7.2 | 2.67.0 |
| 4.7.0 | 4.7.0 | 2.67.0 |
| 4.6.0 | 4.6.0 | 2.66.0 |
| | | |
Expand Down Expand Up @@ -55,14 +56,14 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>4.7.0</version>
<version>4.7.2</version>
</dependency>
```

Add to your `build.gradle`:

```groovy
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit-driver', version: '4.7.0'
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit-driver', version: '4.7.2'
```


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>htmlunit-driver</artifactId>
<version>4.7.0</version>
<version>4.7.2</version>

<name>htmlunit-driver</name>
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
Expand Down

0 comments on commit cfa233b

Please sign in to comment.