Skip to content

Commit

Permalink
Bump jakarta.websocket:jakarta.websocket-api from 2.0.0 to 2.1.1 (#635)
Browse files Browse the repository at this point in the history
* Bump jakarta.websocket:jakarta.websocket-api from 2.0.0 to 2.1.1

Bumps [jakarta.websocket:jakarta.websocket-api](https://github.com/eclipse-ee4j/websocket-api) from 2.0.0 to 2.1.1.
- [Changelog](https://github.com/jakartaee/websocket/blob/master/websocket-1.1-changes.txt)
- [Commits](https://github.com/eclipse-ee4j/websocket-api/commits)

---
updated-dependencies:
- dependency-name: jakarta.websocket:jakarta.websocket-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add a dependency to jakarta.websocket:jakarta.websocket-client-api

Changelog: https://github.com/jakartaee/websocket/blob/ca41696e7d7a48d4f74d1546e0f006a2e82d657d/spec/src/main/asciidoc/WebSocket.adoc#a1-changes-between-21-and-20

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
dependabot[bot] and martin-g authored Sep 11, 2023
1 parent af8cf20 commit 9dee3bc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
<jakarta.inject-api.version>2.0.1</jakarta.inject-api.version>
<jakarta.servlet.jsp-api.version>3.1.1</jakarta.servlet.jsp-api.version>
<jakarta.validation-api.version>3.0.2</jakarta.validation-api.version>
<jakarta.websocket-api.version>2.0.0</jakarta.websocket-api.version>
<jakarta.websocket-api.version>2.1.1</jakarta.websocket-api.version>
<jakarta.servlet-api.version>6.0.0</jakarta.servlet-api.version>
<japicmp.skip>true</japicmp.skip> <!-- TODO Wicket 10 Remove this once 10.0.0 is released -->
<jdk-serializable-functional.version>1.9.0</jdk-serializable-functional.version>
Expand Down Expand Up @@ -259,6 +259,12 @@
<version>${jakarta.websocket-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-client-api</artifactId>
<version>${jakarta.websocket-api.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>
Expand Down
4 changes: 4 additions & 0 deletions wicket-native-websocket/wicket-native-websocket-javax/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-client-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-native-websocket-core</artifactId>
Expand Down

0 comments on commit 9dee3bc

Please sign in to comment.