@@ -15,7 +15,7 @@ using different versions of Jetty, this repo provides a shaded version of the je
15
15
16
16
[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
17
17
18
- ### Latest release Version 4.9 .0 / January 22, 2025
18
+ ### Latest release Version 4.10 .0 / February 22, 2025
19
19
20
20
### Maven
21
21
@@ -25,7 +25,7 @@ Add to your `pom.xml`:
25
25
<dependency >
26
26
<groupId >org.htmlunit</groupId >
27
27
<artifactId >htmlunit-websocket-client</artifactId >
28
- <version >4.9 .0</version >
28
+ <version >4.10 .0</version >
29
29
</dependency >
30
30
```
31
31
@@ -34,12 +34,12 @@ Add to your `pom.xml`:
34
34
Add to your ` build.gradle ` :
35
35
36
36
``` groovy
37
- implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.9 .0'
37
+ implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.10 .0'
38
38
```
39
39
40
40
### Last CI build
41
41
The latest builds are available from our
42
- [ Jenkins CI build server] [ 2 ]
42
+ [ Jenkins CI build server] ( https://jenkins.wetator.org/job/HtmlUnit%20-%20Websocket%20Client/ " HtmlUnit - Websocket Client CI ")
43
43
44
44
htmlunit-websocket-client
45
45
[ ![ Build Status] ( https://jenkins.wetator.org/buildStatus/icon?job=HtmlUnit+-+websocket+-+client )] ( https://jenkins.wetator.org/job/HtmlUnit%20-%20Websocket%20Client/ )
@@ -49,7 +49,7 @@ If you use maven please add:
49
49
<dependency>
50
50
<groupId>org.htmlunit</groupId>
51
51
<artifactId>htmlunit-websocket-client</artifactId>
52
- <version>4.10 .0-SNAPSHOT</version>
52
+ <version>4.11 .0-SNAPSHOT</version>
53
53
</dependency>
54
54
55
55
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
@@ -155,6 +155,3 @@ This project is licensed under the Apache 2.0 License
155
155
## Acknowledgments
156
156
157
157
Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino in the past.
158
-
159
-
160
- [ 2 ] : https://jenkins.wetator.org/job/HtmlUnit%20-%20Websocket%20Client/ " HtmlUnit - Websocket Client CI "
0 commit comments