@@ -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.3 .0 / June 24 , 2024
16
+ ### Latest release Version 4.4 .0 / July 28 , 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.3 .0</version >
26
+ <version >4.4 .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.3 .0'
35
+ implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.4 .0'
36
36
```
37
37
38
38
### Last CI build
@@ -47,7 +47,7 @@ If you use maven please add:
47
47
<dependency>
48
48
<groupId>org.htmlunit</groupId>
49
49
<artifactId>htmlunit-websocket-client</artifactId>
50
- <version>4.4 .0-SNAPSHOT</version>
50
+ <version>4.5 .0-SNAPSHOT</version>
51
51
</dependency>
52
52
53
53
You have to add the sonatype snapshot repository to your pom ` repositories ` section also:
0 commit comments