Skip to content

Commit a4fd5e8

Browse files
committed
4.8.0
1 parent 596e230 commit a4fd5e8

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

README.md

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

1212
### Project News
1313

14-
**[Developer Blog][5]**
14+
**[Developer Blog](https://htmlunit.github.io/htmlunit-blog/)**
1515

16-
[HtmlUnit@mastodon][4] | [HtmlUnit@Twitter][3]
16+
[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.7.0 / November 29, 2024
18+
### Latest release Version 4.8.0 / January 12, 2024
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.7.0</version>
28+
<version>4.8.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.7.0'
37+
implementation group: 'org.htmlunit', name: 'htmlunit-websocket-client', version: '4.8.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.8.0-SNAPSHOT</version>
52+
<version>4.9.0-SNAPSHOT</version>
5353
</dependency>
5454

5555
You have to add the sonatype snapshot repository to your pom `repositories` section also:
@@ -157,7 +157,4 @@ This project is licensed under the Apache 2.0 License
157157
Many thanks to all of you contributing to HtmlUnit/CSSParser/Rhino in the past.
158158

159159

160-
[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20Websocket%20Client/ "HtmlUnit - Websocket Client CI"
161-
[3]: https://twitter.com/HtmlUnit "https://twitter.com/HtmlUnit"
162-
[4]: https://fosstodon.org/@HtmlUnit
163-
[5]: https://htmlunit.github.io/htmlunit-blog/
160+
[2]: https://jenkins.wetator.org/job/HtmlUnit%20-%20Websocket%20Client/ "HtmlUnit - Websocket Client CI"

pom.xml

Lines changed: 3 additions & 3 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.7.0</version>
8+
<version>4.8.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.56.v20240826</jetty.version>
30+
<jetty.version>9.4.57.v20241219</jetty.version>
3131

3232
<dependencycheck.version>10.0.4</dependencycheck.version>
3333
</properties>
@@ -157,7 +157,7 @@
157157
<plugin>
158158
<groupId>org.apache.maven.plugins</groupId>
159159
<artifactId>maven-javadoc-plugin</artifactId>
160-
<version>3.11.1</version>
160+
<version>3.11.2</version>
161161
<configuration>
162162
<quiet>true</quiet>
163163
<!-- see https://stackoverflow.com/questions/69320220/maven-javadoc-listed-classes-twice -->

0 commit comments

Comments
 (0)