Skip to content

Commit 43c2e9c

Browse files
committed
5.1.0
1 parent df7a81c commit 43c2e9c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Starting with version 5.0.0, **JDK 17 or higher is required**.
2121
If 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`:
4141
Add 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

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit-websocket-client</artifactId>
8-
<version>5.0.0</version>
8+
<version>5.1.0</version>
99

1010
<name>HtmlUnit WebSocket Client</name>
1111
<organization>

0 commit comments

Comments
 (0)