@@ -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** .
2323If 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`:
4242Add 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
7777You have to add the sonatype-central snapshot repository to your pom ` repositories ` section also:
0 commit comments