Skip to content

Commit

Permalink
versstart work on 4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Apr 16, 2023
1 parent d2b1d18 commit b9253c1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
14 changes: 8 additions & 6 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.8.1
is for Selenium 4.8.1.
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.8.3
is for Selenium 4.8.3.

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

Expand All @@ -28,9 +28,11 @@ For an overview please check the following table:

| selenium | htmlunit-driver | htmlunit | artifactId |
|----------|-----------------|-----------------|------------------|
| 4.8.1 | **4.8.1** | 3.0.0 | htmlunit3-driver |
| 4.8.3 | **4.8.3** | 3.1.0 | htmlunit3-driver |
| 4.8.1 | 4.8.1 | 3.0.0 | htmlunit3-driver |
| | | | |
| 4.8.1 | **4.8.1.1** | 2.70.0 | htmlunit-driver |
| 4.8.3 | **4.8.3** | 2.70.0 | htmlunit-driver |
| 4.8.1 | 4.8.1.1 | 2.70.0 | htmlunit-driver |
| 4.8.1 | 4.8.1 | 3.0.0 | htmlunit-driver |
| 4.8.0 | 4.8.0 | 2.70.0 | htmlunit-driver |
| | | | |
Expand Down Expand Up @@ -69,14 +71,14 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit3-driver</artifactId>
<version>4.8.1</version>
<version>4.8.3</version>
</dependency>
```

Add to your `build.gradle`:

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


Expand Down
6 changes: 3 additions & 3 deletions 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.8.3-SNAPSHOT</version>
<version>4.8.3</version>

<name>htmlunit-driver</name>
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
Expand All @@ -19,14 +19,14 @@
<maven.compiler.target>8</maven.compiler.target>

<selenium.version>4.8.3</selenium.version>
<htmlunit.version>3.1.0-SNAPSHOT</htmlunit.version>
<htmlunit.version>3.1.0</htmlunit.version>

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

<checkstyle.version>9.3</checkstyle.version>
<spotbugs.version>4.7.3</spotbugs.version>
<archunit.version>1.0.1</archunit.version>
<dependencycheck.version>8.0.1</dependencycheck.version>
<dependencycheck.version>8.2.1</dependencycheck.version>
</properties>

<licenses>
Expand Down

0 comments on commit b9253c1

Please sign in to comment.