Skip to content

Commit 584957d

Browse files
committed
4.2.0
1 parent 9d6ced1 commit 584957d

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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.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`:
3232
Add 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

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

pom.xml

+4-4
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.1.0</version>
8+
<version>4.2.0</version>
99

1010
<name>HtmlUnit WebSocket Client</name>
1111
<organization>
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-enforcer-plugin</artifactId>
46-
<version>3.4.1</version>
46+
<version>3.5.0</version>
4747
<executions>
4848
<execution>
4949
<id>enforce-maven</id>
@@ -79,7 +79,7 @@
7979
<plugin>
8080
<groupId>org.apache.maven.plugins</groupId>
8181
<artifactId>maven-shade-plugin</artifactId>
82-
<version>3.5.3</version>
82+
<version>3.6.0</version>
8383
<executions>
8484
<execution>
8585
<phase>package</phase>
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-javadoc-plugin</artifactId>
140-
<version>3.6.3</version>
140+
<version>3.7.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)