Skip to content

Commit ef85ce3

Browse files
committed
version 4.9.1
1 parent acb3fbd commit ef85ce3

2 files changed

Lines changed: 12 additions & 10 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.9.0
19-
is for Selenium 4.9.0.
18+
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.9.1
19+
is for Selenium 4.9.1.
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.9.0 | **4.9.0** | 3.1.0 | htmlunit3-driver |
33+
| 4.9.1 | **4.9.1** | 3.2.0 | htmlunit3-driver |
34+
| 4.9.0 | 4.9.0 | 3.1.0 | htmlunit3-driver |
3435
| 4.8.3 | 4.8.3 | 3.1.0 | htmlunit3-driver |
3536
| 4.8.1 | 4.8.1 | 3.0.0 | htmlunit3-driver |
3637

@@ -39,7 +40,8 @@ For an overview please check the following tables:
3940

4041
| selenium | htmlunit-driver | htmlunit | artifactId |
4142
|----------|-----------------|-----------------|------------------|
42-
| 4.9.0 | **4.9.0** | 2.70.0 | htmlunit-driver |
43+
| 4.9.1 | **4.9.1** | 2.70.0 | htmlunit-driver |
44+
| 4.9.0 | 4.9.0 | 2.70.0 | htmlunit-driver |
4345
| | | | |
4446
| 4.8.3 | 4.8.3 | 2.70.0 | htmlunit-driver |
4547
| 4.8.1 | 4.8.1.1 | 2.70.0 | htmlunit-driver |
@@ -81,14 +83,14 @@ Add to your `pom.xml`:
8183
<dependency>
8284
<groupId>org.seleniumhq.selenium</groupId>
8385
<artifactId>htmlunit3-driver</artifactId>
84-
<version>4.9.0</version>
86+
<version>4.9.1</version>
8587
</dependency>
8688
```
8789

8890
Add to your `build.gradle`:
8991

9092
```groovy
91-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.9.0'
93+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.9.1'
9294
```
9395

9496

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.9.0</version>
8+
<version>4.9.1</version>
99

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

21-
<selenium.version>4.9.0</selenium.version>
22-
<htmlunit.version>3.1.0</htmlunit.version>
21+
<selenium.version>4.9.1</selenium.version>
22+
<htmlunit.version>3.2.0</htmlunit.version>
2323

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

@@ -346,7 +346,7 @@
346346
<plugin>
347347
<groupId>org.apache.maven.plugins</groupId>
348348
<artifactId>maven-assembly-plugin</artifactId>
349-
<version>3.4.2</version>
349+
<version>3.6.0</version>
350350
<executions>
351351
<execution>
352352
<phase>package</phase>

0 commit comments

Comments
 (0)