Skip to content

Commit 53f3764

Browse files
committed
version 4.13.0
1 parent 0f5baed commit 53f3764

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

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.12.0
19-
is for Selenium 4.12.0.
18+
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.13.0
19+
is for Selenium 4.13.0.
2020

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

@@ -30,7 +30,8 @@ For an overview please check the following tables:
3030

3131
| selenium | htmlunit-driver | htmlunit | artifactId |
3232
|----------|-----------------|-----------------|------------------|
33-
| 4.12.0 | **4.12.0** | 3.5.0 | htmlunit3-driver |
33+
| 4.13.0 | **4.13.0** | 3.6.0 | htmlunit3-driver |
34+
| 4.12.0 | 4.12.0 | 3.5.0 | htmlunit3-driver |
3435
| 4.11.0 | 4.11.0 | 3.4.0 | htmlunit3-driver |
3536
| 4.10.0 | 4.10.0 | 3.3.0 | htmlunit3-driver |
3637
| 4.9.1 | 4.9.1 | 3.2.0 | htmlunit3-driver |
@@ -43,7 +44,8 @@ For an overview please check the following tables:
4344

4445
| selenium | htmlunit-driver | htmlunit | artifactId |
4546
|----------|-----------------|-----------------|------------------|
46-
| 4.12.0 | **4.12.0** | 2.70.0 | htmlunit-driver |
47+
| 4.13.0 | **4.13.0** | 2.70.0 | htmlunit-driver |
48+
| 4.12.0 | 4.12.0 | 2.70.0 | htmlunit-driver |
4749
| 4.11.0 | 4.11.0 | 2.70.0 | htmlunit-driver |
4850
| 4.10.0 | 4.10.0 | 2.70.0 | htmlunit-driver |
4951
| 4.9.1 | 4.9.1 | 2.70.0 | htmlunit-driver |
@@ -89,14 +91,14 @@ Add to your `pom.xml`:
8991
<dependency>
9092
<groupId>org.seleniumhq.selenium</groupId>
9193
<artifactId>htmlunit3-driver</artifactId>
92-
<version>4.12.0</version>
94+
<version>4.13.0</version>
9395
</dependency>
9496
```
9597

9698
Add to your `build.gradle`:
9799

98100
```groovy
99-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.12.0'
101+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.13.0'
100102
```
101103

102104

pom.xml

Lines changed: 4 additions & 4 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.12.0</version>
8+
<version>4.13.0</version>
99

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

21-
<selenium.version>4.12.0</selenium.version>
22-
<htmlunit.version>3.5.0</htmlunit.version>
21+
<selenium.version>4.13.0</selenium.version>
22+
<htmlunit.version>3.6.0</htmlunit.version>
2323

24-
<jetty.version>9.4.51.v20230217</jetty.version>
24+
<jetty.version>9.4.52.v20230823</jetty.version>
2525

2626
<checkstyle.version>9.3</checkstyle.version>
2727
<spotbugs.version>4.7.3</spotbugs.version>

0 commit comments

Comments
 (0)