@@ -21,7 +21,7 @@ Starting with version 5.0.0, **JDK 17 or higher is required**.
2121If you are still on JDK 8, see [ Legacy Support (JDK 8)] ( #legacy-support-jdk-8 ) below.
2222
2323
24- ### Latest release Version 5.0 .0 / May 24 , 2026
24+ ### Latest release Version 5.1 .0 / May 31 , 2026
2525
2626
2727### Maven
@@ -32,7 +32,7 @@ Add to your `pom.xml`:
3232<dependency >
3333 <groupId >org.htmlunit</groupId >
3434 <artifactId >htmlunit-websocket-client</artifactId >
35- <version >5.0 .0</version >
35+ <version >5.1 .0</version >
3636</dependency >
3737```
3838
@@ -41,7 +41,7 @@ Add to your `pom.xml`:
4141Add to your ` build.gradle ` :
4242
4343``` groovy
44- implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '5.0 .0'
44+ implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '5.1 .0'
4545```
4646
4747
@@ -71,7 +71,7 @@ If you use maven please add:
7171 <dependency>
7272 <groupId>org.htmlunit</groupId>
7373 <artifactId>htmlunit-websocket-client</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