Skip to content

Commit

Permalink
4.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Nov 30, 2024
1 parent 22fc221 commit 0db759f
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ HtmlUnitDriver is a WebDriver compatible driver for the [HtmlUnit](https://www.h

[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.seleniumhq.selenium/htmlunit3-driver/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.seleniumhq.selenium/htmlunit3-driver)

##### News
[<img src="https://www.htmlunit.org/images/logos/twitter.png" alt="Twitter" height="44" width="60">](https://twitter.com/HtmlUnit)
## News

**[Developer Blog][15]**

[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@LinkedIn](https://www.linkedin.com/in/ronald-brill-a93271197/) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)


[![Build Status](https://jenkins.wetator.org/buildStatus/icon?job=HtmlUnitDriver+-+Selenium+4)](https://jenkins.wetator.org/view/HtmlUnit%20Driver/job/HtmlUnitDriver%20-%20Selenium%204/)

Expand All @@ -29,7 +33,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit3-driver</artifactId>
<version>4.26.0</version>
<version>4.27.0</version>
</dependency>
```

Expand All @@ -38,7 +42,7 @@ Add to your `pom.xml`:
Add to your `build.gradle`:

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


Expand Down
7 changes: 4 additions & 3 deletions compatibility.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# Htmlunitdriver - Selenium Compatibility

Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.26.0
is for Selenium 4.26.0.
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.27.0
is for Selenium 4.27.0.


***htmlunit3-driver***

| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
|----------|-----------------|----------------|------------------|------|
| 4.26.0 | **4.26.0** | **4.6.0** | htmlunit3-driver | 11 |
| 4.27.0 | **4.27.0** | **4.7.0** | htmlunit3-driver | 11 |
| 4.26.0 | 4.26.0 | 4.6.0 | htmlunit3-driver | 11 |
| 4.25.0 | 4.25.0 | 4.5.0 | htmlunit3-driver | 11 |
| 4.23.0 | 4.23.0 | 4.4.0 | htmlunit3-driver | 11 |
| 4.22.0 | 4.22.0 | 4.3.0 | htmlunit3-driver | 11 |
Expand Down
19 changes: 10 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.26.0</version>
<version>4.27.0</version>

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

<selenium.version>4.26.0</selenium.version>
<selenium.devtools.artifactId>selenium-devtools-v130</selenium.devtools.artifactId>
<htmlunit.version>4.6.0</htmlunit.version>
<selenium.version>4.27.0</selenium.version>
<selenium.devtools.artifactId>selenium-devtools-v131</selenium.devtools.artifactId>
<htmlunit.version>4.7.0</htmlunit.version>

<jetty.version>9.4.56.v20240826</jetty.version>

<checkstyle.version>10.18.2</checkstyle.version>
<checkstyle.version>10.20.1</checkstyle.version>
<spotbugs.version>4.8.6</spotbugs.version>
<archunit.version>1.3.0</archunit.version>
<dependencycheck.version>10.0.4</dependencycheck.version>
Expand Down Expand Up @@ -205,7 +205,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<configuration>
<configLocation>checkstyle.xml</configLocation>
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
Expand All @@ -222,7 +222,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.4</version>
<version>4.8.6.6</version>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
Expand Down Expand Up @@ -251,7 +251,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.1</version>
<configuration>
<quiet>true</quiet>
<detectLinks>true</detectLinks>
Expand All @@ -268,7 +268,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.1</version>
<version>3.5.2</version>
<configuration>
<includes>
<include>**/*.java</include>
Expand Down Expand Up @@ -296,6 +296,7 @@
<suppressionFiles>owasp-suppressions.xml</suppressionFiles>
<failBuildOnCVSS>0</failBuildOnCVSS>
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
<nvdDatafeedUrl>https://mirror.cveb.in/nvd/json/cve/1.1/nvdcve-1.1-{0}.json.gz</nvdDatafeedUrl>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 0db759f

Please sign in to comment.