@@ -35,7 +35,7 @@ Starting with version 5.0.0, **JDK 17 or higher is required**.
3535If you are still on JDK 8, see [ Legacy Support (JDK 8)] ( #legacy-support-jdk-8 ) below.
3636
3737
38- ### Latest release Version 5.0 .0 / May 24 , 2026
38+ ### Latest release Version 5.1 .0 / May 31 , 2026
3939
4040##### Security Advisories
4141
@@ -55,7 +55,7 @@ Add to your `pom.xml`:
5555<dependency >
5656 <groupId >org.htmlunit</groupId >
5757 <artifactId >neko-htmlunit</artifactId >
58- <version >5.0 .0</version >
58+ <version >5.1 .0</version >
5959</dependency >
6060```
6161
@@ -64,7 +64,7 @@ Add to your `pom.xml`:
6464Add to your ` build.gradle ` :
6565
6666``` groovy
67- implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '5.0 .0'
67+ implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '5.1 .0'
6868```
6969
7070## HowTo use
@@ -318,7 +318,7 @@ Add the dependency to your `pom.xml`:
318318 <dependency>
319319 <groupId>org.htmlunit</groupId>
320320 <artifactId>neko-htmlunit</artifactId>
321- <version>5.1 .0-SNAPSHOT</version>
321+ <version>5.2 .0-SNAPSHOT</version>
322322 </dependency>
323323
324324You have to add the sonatype-central snapshot repository to your pom ` repositories ` section also:
@@ -348,7 +348,7 @@ repositories {
348348}
349349// ...
350350dependencies {
351- implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '5.1 .0-SNAPSHOT'
351+ implementation group: 'org.htmlunit', name: 'neko-htmlunit', version: '5.2 .0-SNAPSHOT'
352352 // ...
353353}
354354```
0 commit comments