Skip to content

Commit 89de796

Browse files
committed
version 4.15.0
1 parent eec2046 commit 89de796

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 5 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.14.1
19-
is for Selenium 4.14.1.
18+
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.15.0
19+
is for Selenium 4.15.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 | JDK |
3232
|----------|-----------------|-----------------|------------------|------|
33-
| 4.14.1 | **4.14.1** | 3.7.0 | htmlunit3-driver | 11 |
33+
| 4.15.0 | **4.15.0** | 3.8.0 | htmlunit3-driver | 11 |
34+
| 4.14.1 | 4.14.1 | 3.7.0 | htmlunit3-driver | 11 |
3435
| 4.13.0 | 4.13.0 | 3.6.0 | htmlunit3-driver | 1.8 |
3536
| 4.12.0 | 4.12.0 | 3.5.0 | htmlunit3-driver | 1.8 |
3637
| 4.11.0 | 4.11.0 | 3.4.0 | htmlunit3-driver | 1.8 |
@@ -92,14 +93,14 @@ Add to your `pom.xml`:
9293
<dependency>
9394
<groupId>org.seleniumhq.selenium</groupId>
9495
<artifactId>htmlunit3-driver</artifactId>
95-
<version>4.14.1</version>
96+
<version>4.15.0</version>
9697
</dependency>
9798
```
9899

99100
Add to your `build.gradle`:
100101

101102
```groovy
102-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.14.1'
103+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.15.0'
103104
```
104105

105106

pom.xml

Lines changed: 2 additions & 2 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.15.0-SNAPSHOT</version>
8+
<version>4.15.0</version>
99

1010
<name>${project.artifactId}</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -19,7 +19,7 @@
1919
<maven.compiler.target>11</maven.compiler.target>
2020

2121
<selenium.version>4.15.0</selenium.version>
22-
<htmlunit.version>3.8.0-SNAPSHOT</htmlunit.version>
22+
<htmlunit.version>3.8.0</htmlunit.version>
2323

2424
<jetty.version>9.4.53.v20231009</jetty.version>
2525

0 commit comments

Comments
 (0)