Skip to content

Commit b26dcda

Browse files
committed
5.2.0
1 parent 43c2e9c commit b26dcda

2 files changed

Lines changed: 7 additions & 7 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.1.0 / May 31, 2026
24+
### Latest release Version 5.2.0 / June 20, 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.1.0</version>
35+
<version>5.2.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.1.0'
44+
implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '5.2.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.2.0-SNAPSHOT</version>
74+
<version>5.3.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
@@ -5,7 +5,7 @@
55

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

1010
<name>HtmlUnit WebSocket Client</name>
1111
<organization>
@@ -30,13 +30,13 @@
3030

3131
<maven.version.ignore>(?i).*-(alpha|beta|m|rc)([\.-]?\d+)?</maven.version.ignore>
3232

33-
<jetty.version>12.1.8</jetty.version>
33+
<jetty.version>12.1.10</jetty.version>
3434

3535
<!-- quality -->
3636
<dependencycheck.version>10.0.4</dependencycheck.version>
3737

3838
<!-- plugins -->
39-
<central-publishing-plugin.version>0.10.0</central-publishing-plugin.version>
39+
<central-publishing-plugin.version>0.11.0</central-publishing-plugin.version>
4040
<gpg-plugin.version>3.2.8</gpg-plugin.version>
4141
<enforcer-plugin.version>3.6.3</enforcer-plugin.version>
4242
<compiler-plugin.version>3.15.0</compiler-plugin.version>

0 commit comments

Comments
 (0)