Skip to content

Commit ebd9c42

Browse files
committed
4.4.0
1 parent 8d0fcad commit ebd9c42

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -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`:
3232
Add 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

5353
You have to add the sonatype snapshot repository to your pom `repositories` section also:

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>org.htmlunit</groupId>
77
<artifactId>htmlunit-websocket-client</artifactId>
8-
<version>4.3.0</version>
8+
<version>4.4.0</version>
99

1010
<name>HtmlUnit WebSocket Client</name>
1111
<organization>
@@ -27,7 +27,7 @@
2727
<maven.compiler.source>8</maven.compiler.source>
2828
<maven.compiler.target>8</maven.compiler.target>
2929

30-
<jetty.version>9.4.54.v20240208</jetty.version>
30+
<jetty.version>9.4.55.v20240627</jetty.version>
3131
</properties>
3232

3333
<dependencies>
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-javadoc-plugin</artifactId>
140-
<version>3.7.0</version>
140+
<version>3.8.0</version>
141141
<configuration>
142142
<quiet>true</quiet>
143143
<!-- see https://stackoverflow.com/questions/69320220/maven-javadoc-listed-classes-twice -->

0 commit comments

Comments
 (0)