@@ -13,7 +13,7 @@ using different versions of Jetty, this repo provides a shaded version of the je
1313
1414[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
1515
16- ### Latest release Version 4.3 .0 / June 24 , 2024
16+ ### Latest release Version 4.4 .0 / July 28 , 2024
1717
1818### Maven
1919
@@ -23,7 +23,7 @@ Add to your `pom.xml`:
2323<dependency >
2424 <groupId >org.htmlunit</groupId >
2525 <artifactId >htmlunit-websocket-client</artifactId >
26- <version >4.3 .0</version >
26+ <version >4.4 .0</version >
2727</dependency >
2828```
2929
@@ -32,7 +32,7 @@ Add to your `pom.xml`:
3232Add to your ` build.gradle ` :
3333
3434``` groovy
35- implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.3 .0'
35+ implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.4 .0'
3636```
3737
3838### Last CI build
@@ -47,7 +47,7 @@ If you use maven please add:
4747 <dependency>
4848 <groupId>org.htmlunit</groupId>
4949 <artifactId>htmlunit-websocket-client</artifactId>
50- <version>4.4 .0-SNAPSHOT</version>
50+ <version>4.5 .0-SNAPSHOT</version>
5151 </dependency>
5252
5353You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
0 commit comments