Skip to content

Commit 6368d4f

Browse files
committed
5.1.0
1 parent f6ea681 commit 6368d4f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ and we added unit tests and the maven-based build.
1919

2020
#### Version 5
2121

22-
Starting with version 5.0.1, **JDK 17 or higher is required**.
22+
Starting with version 5.0.0, **JDK 17 or higher is required**.
2323
If you are still on JDK 8, see [Legacy Support (JDK 8)](#legacy-support-jdk-8) below.
2424

2525

26-
### Latest release Version 5.0.1 / May 24, 2026
26+
### Latest release Version 5.1.0 / May 31, 2026
2727

2828
### Maven
2929

@@ -33,7 +33,7 @@ Add to your `pom.xml`:
3333
<dependency>
3434
<groupId>org.htmlunit</groupId>
3535
<artifactId>htmlunit-xpath</artifactId>
36-
<version>5.0.1</version>
36+
<version>5.1.0</version>
3737
</dependency>
3838
```
3939

@@ -42,7 +42,7 @@ Add to your `pom.xml`:
4242
Add to your `build.gradle`:
4343

4444
```groovy
45-
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '5.0.1'
45+
implementation group: 'org.htmlunit', name: 'htmlunit-xpath', version: '5.1.0'
4646
```
4747

4848

@@ -71,7 +71,7 @@ If you use maven please add:
7171
<dependency>
7272
<groupId>org.htmlunit</groupId>
7373
<artifactId>htmlunit-xpath</artifactId>
74-
<version>5.1.0-SNAPSHOT</version>
74+
<version>5.2.0-SNAPSHOT</version>
7575
</dependency>
7676

7777
You have to add the sonatype-central snapshot repository to your pom `repositories` section also:

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.htmlunit</groupId>
66
<artifactId>htmlunit-xpath</artifactId>
7-
<version>5.0.1</version>
7+
<version>5.1.0</version>
88
<name>HtmlUnit-XPath</name>
99
<organization>
1010
<name>HtmlUnit</name>
@@ -33,7 +33,7 @@
3333
<!-- quality -->
3434
<checkstyle.version>12.3.1</checkstyle.version>
3535
<spotbugs.version>4.9.8</spotbugs.version>
36-
<pmd.version>7.24.0</pmd.version>
36+
<pmd.version>7.25.0</pmd.version>
3737
<dependencycheck.version>10.0.4</dependencycheck.version>
3838

3939
<!-- plugins -->
@@ -48,7 +48,7 @@
4848
<jar-plugin.version>3.5.0</jar-plugin.version>
4949
<source-plugin.version>3.4.0</source-plugin.version>
5050
<javadoc-plugin.version>3.12.0</javadoc-plugin.version>
51-
<surefire-plugin.version>3.5.5</surefire-plugin.version>
51+
<surefire-plugin.version>3.5.6</surefire-plugin.version>
5252
</properties>
5353

5454
<dependencies>

0 commit comments

Comments
 (0)