@@ -15,7 +15,7 @@ using different versions of Jetty, this repo provides a shaded version of the je
1515
1616[ HtmlUnit@mastodon] ( https://fosstodon.org/@HtmlUnit ) | [ HtmlUnit@bsky] ( https://bsky.app/profile/htmlunit.bsky.social ) | [ HtmlUnit@Twitter] ( https://twitter.com/HtmlUnit )
1717
18- ### Latest release Version 4.9 .0 / January 22, 2025
18+ ### Latest release Version 4.10 .0 / February 22, 2025
1919
2020### Maven
2121
@@ -25,7 +25,7 @@ Add to your `pom.xml`:
2525<dependency >
2626 <groupId >org.htmlunit</groupId >
2727 <artifactId >htmlunit-websocket-client</artifactId >
28- <version >4.9 .0</version >
28+ <version >4.10 .0</version >
2929</dependency >
3030```
3131
@@ -34,12 +34,12 @@ Add to your `pom.xml`:
3434Add to your ` build.gradle ` :
3535
3636``` 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'
3838```
3939
4040### Last CI build
4141The 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 ")
4343
4444htmlunit-websocket-client
4545[ ![ 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:
4949 <dependency>
5050 <groupId>org.htmlunit</groupId>
5151 <artifactId>htmlunit-websocket-client</artifactId>
52- <version>4.10 .0-SNAPSHOT</version>
52+ <version>4.11 .0-SNAPSHOT</version>
5353 </dependency>
5454
5555You 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
155155## Acknowledgments
156156
157157Many 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