Skip to content

Commit

Permalink
version 4.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Apr 2, 2024
1 parent acd31a9 commit 9f03dcd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
15 changes: 5 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,18 @@ 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.18.1
is for Selenium 4.18.1.

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

**htmlunit3-driver** uses the (latest) version of HtmlUnit 3.x and is therefore not backward compatible.

**htmlunit-driver** is backward compatible but it still is based on HtmlUnit 2.70.
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.19.1
is for Selenium 4.19.1.

For an overview please check the following tables:

***htmlunit3-driver***

| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
|----------|-----------------|-----------------|------------------|------|
| 4.18.1 | **4.18.1** | 3.11.0 | htmlunit3-driver | 11 |
| 4.17.0 | **4.17.0** | 3.10.0 | htmlunit3-driver | 11 |
| 4.19.1 | **4.19.1** | **4.0.0** | htmlunit3-driver | 11 |
| 4.18.1 | 4.18.1 | 3.11.0 | htmlunit3-driver | 11 |
| 4.17.0 | 4.17.0 | 3.10.0 | htmlunit3-driver | 11 |
| 4.16.1 | 4.16.1 | 3.10.0 | htmlunit3-driver | 11 |
| 4.16.0 | 4.16.0 | 3.9.0 | htmlunit3-driver | 11 |
| 4.15.1 | 4.15.1 | 3.9.0 | htmlunit3-driver | 11 |
Expand Down
18 changes: 9 additions & 9 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.18.1</version>
<version>4.19.1</version>

<name>${project.artifactId}</name>
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
Expand All @@ -18,15 +18,15 @@
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>

<selenium.version>4.18.1</selenium.version>
<htmlunit.version>3.11.0</htmlunit.version>
<selenium.version>4.19.1</selenium.version>
<htmlunit.version>4.0.0</htmlunit.version>

<jetty.version>9.4.53.v20231009</jetty.version>
<jetty.version>9.4.54.v20240208</jetty.version>

<checkstyle.version>10.13.0</checkstyle.version>
<checkstyle.version>10.15.0</checkstyle.version>
<spotbugs.version>4.8.3</spotbugs.version>
<archunit.version>1.2.1</archunit.version>
<dependencycheck.version>9.0.9</dependencycheck.version>
<dependencycheck.version>9.1.0</dependencycheck.version>
</properties>

<licenses>
Expand Down Expand Up @@ -184,7 +184,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
<version>3.13.0</version>
<configuration>
<release>11</release>
<showDeprecation>true</showDeprecation>
Expand Down Expand Up @@ -268,7 +268,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.2</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down Expand Up @@ -296,7 +296,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.6.0</version>
<version>3.7.1</version>
<executions>
<execution>
<phase>package</phase>
Expand Down

0 comments on commit 9f03dcd

Please sign in to comment.