@@ -13,7 +13,7 @@ using different versions of Jetty, this repo provides a shaded version of the je
13
13
14
14
[ HtmlUnit@mastodon] [ 4 ] | [ HtmlUnit@Twitter] [ 3 ]
15
15
16
- ### Latest release Version 4.1 .0 / April 28 , 2024
16
+ ### Latest release Version 4.2 .0 / May 05 , 2024
17
17
18
18
### Maven
19
19
@@ -23,7 +23,7 @@ Add to your `pom.xml`:
23
23
<dependency >
24
24
<groupId >org.htmlunit</groupId >
25
25
<artifactId >htmlunit-websocket-client</artifactId >
26
- <version >4.1 .0</version >
26
+ <version >4.2 .0</version >
27
27
</dependency >
28
28
```
29
29
@@ -32,7 +32,7 @@ Add to your `pom.xml`:
32
32
Add to your ` build.gradle ` :
33
33
34
34
``` 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'
36
36
```
37
37
38
38
### Last CI build
@@ -46,7 +46,7 @@ If you use maven please add:
46
46
<dependency>
47
47
<groupId>org.htmlunit</groupId>
48
48
<artifactId>htmlunit-websocket-client</artifactId>
49
- <version>4.2 .0-SNAPSHOT</version>
49
+ <version>4.3 .0-SNAPSHOT</version>
50
50
</dependency>
51
51
52
52
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
0 commit comments