Skip to content

Commit e88415d

Browse files
committed
4.16.0
1 parent fe27868 commit e88415d

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ using different versions of Jetty, this repo provides a shaded version of the je
1515

1616
[HtmlUnit@mastodon](https://fosstodon.org/@HtmlUnit) | [HtmlUnit@bsky](https://bsky.app/profile/htmlunit.bsky.social) | [HtmlUnit@Twitter](https://twitter.com/HtmlUnit)
1717

18-
### Latest release Version 4.15.0 / August 17, 2025
18+
### Latest release Version 4.16.0 / August 29, 2025
1919

2020
### Maven
2121

@@ -25,7 +25,7 @@ Add to your `pom.xml`:
2525
<dependency>
2626
<groupId>org.htmlunit</groupId>
2727
<artifactId>htmlunit-websocket-client</artifactId>
28-
<version>4.15.0</version>
28+
<version>4.16.0</version>
2929
</dependency>
3030
```
3131

@@ -34,7 +34,7 @@ Add to your `pom.xml`:
3434
Add to your `build.gradle`:
3535

3636
```groovy
37-
implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.15.0'
37+
implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.16.0'
3838
```
3939

4040
### Last CI build
@@ -49,7 +49,7 @@ If you use maven please add:
4949
<dependency>
5050
<groupId>org.htmlunit</groupId>
5151
<artifactId>htmlunit-websocket-client</artifactId>
52-
<version>4.16.0-SNAPSHOT</version>
52+
<version>4.17.0-SNAPSHOT</version>
5353
</dependency>
5454

5555
You have to add the sonatype-central snapshot repository to your pom `repositories` section also:

pom.xml

Lines changed: 3 additions & 2 deletions
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.15.0</version>
8+
<version>4.16.0</version>
99

1010
<name>HtmlUnit WebSocket Client</name>
1111
<organization>
@@ -37,6 +37,7 @@
3737
<gpg-plugin.version>3.2.8</gpg-plugin.version>
3838
<enforcer-plugin.version>3.6.1</enforcer-plugin.version>
3939
<jar-plugin.version>3.4.2</jar-plugin.version>
40+
<javadoc-plugin.version>3.11.3</javadoc-plugin.version>
4041
<shade-plugin.version>3.6.0</shade-plugin.version>
4142
</properties>
4243

@@ -174,7 +175,7 @@
174175
<plugin>
175176
<groupId>org.apache.maven.plugins</groupId>
176177
<artifactId>maven-javadoc-plugin</artifactId>
177-
<version>3.11.2</version>
178+
<version>${javadoc-plugin.version}</version>
178179
<configuration>
179180
<quiet>true</quiet>
180181
<!-- see https://stackoverflow.com/questions/69320220/maven-javadoc-listed-classes-twice -->

0 commit comments

Comments
 (0)