Skip to content

Commit 8a6b4bb

Browse files
author
rmmayo
committed
#3578 - upgrade spring-websocket to version to 6.2.12
1 parent d305fce commit 8a6b4bb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

backend/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@
6161
<groupId>org.springframework.boot</groupId>
6262
<artifactId>spring-boot-starter-aop</artifactId>
6363
</dependency>
64+
<!-- TODO : remove this dependency when spring-boot-starter-websocket upgrades to 6.2.12 or higher -->
65+
<dependency>
66+
<groupId>org.springframework</groupId>
67+
<artifactId>spring-websocket</artifactId>
68+
<version>6.2.12</version>
69+
</dependency>
6470
<dependency>
6571
<groupId>org.springframework.boot</groupId>
6672
<artifactId>spring-boot-starter-websocket</artifactId>

0 commit comments

Comments
 (0)