Skip to content

Commit

Permalink
4.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rbri committed Jan 23, 2025
1 parent 260dd8c commit d1990ea
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

**[Developer Blog](https://htmlunit.github.io/htmlunit-blog/)**

[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@LinkedIn](https://www.linkedin.com/in/ronald-brill-a93271197/) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [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 @@ -35,7 +35,7 @@ Add to your `pom.xml`:
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit3-driver</artifactId>
<version>4.27.0</version>
<version>4.28.0</version>
</dependency>
```

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

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


Expand Down
7 changes: 4 additions & 3 deletions docs/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.27.0
is for Selenium 4.27.0.
Starting with Selenium 4.5 we use the same version numbers for the driver - e.g. HtmlUnit-Driver 4.28.0
is for Selenium 4.28.0.


***htmlunit3-driver***

| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
|----------|-----------------|----------------|------------------|------|
| 4.27.0 | **4.27.0** | **4.7.0** | htmlunit3-driver | 11 |
| 4.28.0 | **4.28.0** | **4.9.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 |
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.27.0</version>
<version>4.28.0</version>

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

<selenium.version>4.27.0</selenium.version>
<selenium.devtools.artifactId>selenium-devtools-v131</selenium.devtools.artifactId>
<htmlunit.version>4.7.0</htmlunit.version>
<selenium.version>4.28.0</selenium.version>
<selenium.devtools.artifactId>selenium-devtools-v132</selenium.devtools.artifactId>
<htmlunit.version>4.9.0</htmlunit.version>

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

<checkstyle.version>10.20.2</checkstyle.version>
<spotbugs.version>4.8.6</spotbugs.version>
<checkstyle.version>10.21.1</checkstyle.version>
<spotbugs.version>4.9.0</spotbugs.version>
<archunit.version>1.3.0</archunit.version>
<dependencycheck.version>11.1.0</dependencycheck.version>
<dependencycheck.version>12.0.1</dependencycheck.version>
</properties>

<licenses>
Expand Down Expand Up @@ -251,7 +251,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.11.1</version>
<version>3.11.2</version>
<configuration>
<quiet>true</quiet>
<detectLinks>true</detectLinks>
Expand Down

0 comments on commit d1990ea

Please sign in to comment.