Skip to content

Commit

Permalink
chore(deps): update websocket apis to 2.1.1 (closes #605, #606)
Browse files Browse the repository at this point in the history
  • Loading branch information
deki committed Jul 20, 2023
1 parent 5b1560c commit 5afae31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws-serverless-java-container-springboot3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -180,14 +180,14 @@
<dependency>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-api</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>jakarta.websocket</groupId>
<artifactId>jakarta.websocket-client-api</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 5afae31

Please sign in to comment.