Skip to content

Commit ced36ee

Browse files
committed
version 4.15.1
1 parent 89de796 commit ced36ee

File tree

2 files changed

+15
-28
lines changed

2 files changed

+15
-28
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ For an overview please check the following tables:
3030

3131
| selenium | htmlunit-driver | htmlunit | artifactId | JDK |
3232
|----------|-----------------|-----------------|------------------|------|
33-
| 4.15.0 | **4.15.0** | 3.8.0 | htmlunit3-driver | 11 |
33+
| 4.15.1 | **4.15.1** | 3.9.0 | htmlunit3-driver | 11 |
34+
| 4.15.0 | 4.15.0 | 3.8.0 | htmlunit3-driver | 11 |
3435
| 4.14.1 | 4.14.1 | 3.7.0 | htmlunit3-driver | 11 |
3536
| 4.13.0 | 4.13.0 | 3.6.0 | htmlunit3-driver | 1.8 |
3637
| 4.12.0 | 4.12.0 | 3.5.0 | htmlunit3-driver | 1.8 |
@@ -93,14 +94,14 @@ Add to your `pom.xml`:
9394
<dependency>
9495
<groupId>org.seleniumhq.selenium</groupId>
9596
<artifactId>htmlunit3-driver</artifactId>
96-
<version>4.15.0</version>
97+
<version>4.15.1</version>
9798
</dependency>
9899
```
99100

100101
Add to your `build.gradle`:
101102

102103
```groovy
103-
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.15.0'
104+
implementation group: 'org.seleniumhq.selenium', name: 'htmlunit3-driver', version: '4.15.1'
104105
```
105106

106107

pom.xml

Lines changed: 11 additions & 25 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.15.0</version>
8+
<version>4.15.1</version>
99

1010
<name>${project.artifactId}</name>
1111
<description>WebDriver compatible driver for HtmlUnit headless browser</description>
@@ -19,14 +19,14 @@
1919
<maven.compiler.target>11</maven.compiler.target>
2020

2121
<selenium.version>4.15.0</selenium.version>
22-
<htmlunit.version>3.8.0</htmlunit.version>
22+
<htmlunit.version>3.9.0</htmlunit.version>
2323

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

2626
<checkstyle.version>9.3</checkstyle.version>
2727
<spotbugs.version>4.8.1</spotbugs.version>
28-
<archunit.version>1.2.0</archunit.version>
29-
<dependencycheck.version>8.4.3</dependencycheck.version>
28+
<archunit.version>1.2.1</archunit.version>
29+
<dependencycheck.version>9.0.2</dependencycheck.version>
3030
</properties>
3131

3232
<licenses>
@@ -195,7 +195,7 @@
195195
<plugin>
196196
<groupId>org.apache.maven.plugins</groupId>
197197
<artifactId>maven-checkstyle-plugin</artifactId>
198-
<version>3.2.0</version>
198+
<version>3.3.1</version>
199199
<configuration>
200200
<configLocation>checkstyle.xml</configLocation>
201201
<suppressionsLocation>checkstyle_suppressions.xml</suppressionsLocation>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>com.github.spotbugs</groupId>
214214
<artifactId>spotbugs-maven-plugin</artifactId>
215-
<version>4.7.3.0</version>
215+
<version>4.8.2.0</version>
216216
<dependencies>
217217
<dependency>
218218
<groupId>com.github.spotbugs</groupId>
@@ -227,7 +227,7 @@
227227
<plugin>
228228
<groupId>org.apache.maven.plugins</groupId>
229229
<artifactId>maven-source-plugin</artifactId>
230-
<version>3.2.0</version>
230+
<version>3.3.0</version>
231231
<executions>
232232
<execution>
233233
<id>attach-sources</id>
@@ -241,7 +241,7 @@
241241
<plugin>
242242
<groupId>org.apache.maven.plugins</groupId>
243243
<artifactId>maven-javadoc-plugin</artifactId>
244-
<version>3.4.1</version>
244+
<version>3.6.3</version>
245245
<configuration>
246246
<quiet>true</quiet>
247247
<detectLinks>true</detectLinks>
@@ -258,7 +258,7 @@
258258
<plugin>
259259
<groupId>org.apache.maven.plugins</groupId>
260260
<artifactId>maven-surefire-plugin</artifactId>
261-
<version>2.22.2</version>
261+
<version>3.2.2</version>
262262
<configuration>
263263
<includes>
264264
<include>**/*.java</include>
@@ -315,7 +315,7 @@
315315
<plugin>
316316
<groupId>org.apache.maven.plugins</groupId>
317317
<artifactId>maven-enforcer-plugin</artifactId>
318-
<version>3.1.0</version>
318+
<version>3.4.1</version>
319319
<executions>
320320
<execution>
321321
<id>enforce</id>
@@ -326,7 +326,7 @@
326326
<version>3.6.3</version>
327327
</requireMavenVersion>
328328
<requireJavaVersion>
329-
<version>1.8.0</version>
329+
<version>11.0.0</version>
330330
</requireJavaVersion>
331331
<dependencyConvergence />
332332
</rules>
@@ -337,20 +337,6 @@
337337
</execution>
338338
</executions>
339339
</plugin>
340-
<plugin>
341-
<groupId>org.apache.maven.plugins</groupId>
342-
<artifactId>maven-scm-publish-plugin</artifactId>
343-
<version>3.0.0</version>
344-
<configuration>
345-
<checkoutDirectory>${project.build.directory}/scmpublish</checkoutDirectory>
346-
<checkinComment>Publishing javadoc for
347-
${project.artifactId}:${project.version}</checkinComment>
348-
<content>${project.reporting.outputDirectory}/apidocs</content>
349-
<skipDeletedFiles>true</skipDeletedFiles>
350-
<pubScmUrl>scm:git:[email protected]:SeleniumHQ/htmlunit-driver.git</pubScmUrl>
351-
<scmBranch>gh-pages</scmBranch> <!-- branch with static site -->
352-
</configuration>
353-
</plugin>
354340
</plugins>
355341
</build>
356342

0 commit comments

Comments
 (0)