Skip to content

Commit

Permalink
version 4.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 14, 2024
1 parent 13ad9d2 commit 3db844b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 13 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ 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.16.0
is for Selenium 4.16.0.
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.16.1
is for Selenium 4.16.1.

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

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

| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
|----------|-----------------|-----------------|------------------|------|
| 4.16.0 | **4.16.0** | 3.9.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 |
| 4.15.0 | 4.15.0 | 3.8.0 | htmlunit3-driver | 11 |
| 4.14.1 | 4.14.1 | 3.7.0 | htmlunit3-driver | 11 |
Expand Down Expand Up @@ -95,14 +96,14 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit3-driver</artifactId>
<version>4.16.0</version>
<version>4.16.1</version>
</dependency>
```

Add to your `build.gradle`:

```groovy
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.16.0'
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.16.1'
```


Expand Down
3 changes: 0 additions & 3 deletions owasp-suppressions.xml

This file was deleted.

9 changes: 4 additions & 5 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.17.0-SNAPSHOT</version>
<version>4.16.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.16.0</selenium.version>
<htmlunit.version>3.10.0-SNAPSHOT</htmlunit.version>
<selenium.version>4.16.1</selenium.version>
<htmlunit.version>3.10.0</htmlunit.version>

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

<checkstyle.version>9.3</checkstyle.version>
<spotbugs.version>4.8.1</spotbugs.version>
<archunit.version>1.2.1</archunit.version>
<dependencycheck.version>9.0.2</dependencycheck.version>
<dependencycheck.version>9.0.8</dependencycheck.version>
</properties>

<licenses>
Expand Down Expand Up @@ -283,7 +283,6 @@
<artifactId>dependency-check-maven</artifactId>
<version>${dependencycheck.version}</version>
<configuration>
<suppressionFiles>owasp-suppressions.xml</suppressionFiles>
<failBuildOnCVSS>0</failBuildOnCVSS>
</configuration>
<executions>
Expand Down

0 comments on commit 3db844b

Please sign in to comment.