Skip to content

Commit b9253c1

Browse files
committed
versstart work on 4.8.3
1 parent d2b1d18 commit b9253c1

2 files changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

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

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

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

2929
| selenium | htmlunit-driver | htmlunit | artifactId |
3030
|----------|-----------------|-----------------|------------------|
31-
| 4.8.1 | **4.8.1** | 3.0.0 | htmlunit3-driver |
31+
| 4.8.3 | **4.8.3** | 3.1.0 | htmlunit3-driver |
32+
| 4.8.1 | 4.8.1 | 3.0.0 | htmlunit3-driver |
3233
| | | | |
33-
| 4.8.1 | **4.8.1.1** | 2.70.0 | htmlunit-driver |
34+
| 4.8.3 | **4.8.3** | 2.70.0 | htmlunit-driver |
35+
| 4.8.1 | 4.8.1.1 | 2.70.0 | htmlunit-driver |
3436
| 4.8.1 | 4.8.1 | 3.0.0 | htmlunit-driver |
3537
| 4.8.0 | 4.8.0 | 2.70.0 | htmlunit-driver |
3638
| | | | |
@@ -69,14 +71,14 @@ Add to your `pom.xml`:
6971
<dependency>
7072
<groupId>org.seleniumhq.selenium</groupId>
7173
<artifactId>htmlunit3-driver</artifactId>
72-
<version>4.8.1</version>
74+
<version>4.8.3</version>
7375
</dependency>
7476
```
7577

7678
Add to your `build.gradle`:
7779

7880
```groovy
79-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.8.1'
81+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.8.3'
8082
```
8183

8284

pom.xml

Lines changed: 3 additions & 3 deletions
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.8.3-SNAPSHOT</version>
8+
<version>4.8.3</version>
99

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

2121
<selenium.version>4.8.3</selenium.version>
22-
<htmlunit.version>3.1.0-SNAPSHOT</htmlunit.version>
22+
<htmlunit.version>3.1.0</htmlunit.version>
2323

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

2626
<checkstyle.version>9.3</checkstyle.version>
2727
<spotbugs.version>4.7.3</spotbugs.version>
2828
<archunit.version>1.0.1</archunit.version>
29-
<dependencycheck.version>8.0.1</dependencycheck.version>
29+
<dependencycheck.version>8.2.1</dependencycheck.version>
3030
</properties>
3131

3232
<licenses>

0 commit comments

Comments
 (0)