@@ -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.1 .0 / April 28 , 2024
16+ ### Latest release Version 4.2 .0 / May 05 , 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.1 .0</version >
26+ <version >4.2 .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.1 .0'
35+ implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.2 .0'
3636```
3737
3838### Last CI build
@@ -46,7 +46,7 @@ If you use maven please add:
4646 <dependency>
4747 <groupId>org.htmlunit</groupId>
4848 <artifactId>htmlunit-websocket-client</artifactId>
49- <version>4.2 .0-SNAPSHOT</version>
49+ <version>4.3 .0-SNAPSHOT</version>
5050 </dependency>
5151
5252You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
0 commit comments