We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d305fce commit 8a6b4bbCopy full SHA for 8a6b4bb
backend/pom.xml
@@ -61,6 +61,12 @@
61
<groupId>org.springframework.boot</groupId>
62
<artifactId>spring-boot-starter-aop</artifactId>
63
</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>
70
<dependency>
71
72
<artifactId>spring-boot-starter-websocket</artifactId>
0 commit comments