diff --git a/modules/games/build.gradle b/modules/games/build.gradle index ecfae3a..90e2810 100644 --- a/modules/games/build.gradle +++ b/modules/games/build.gradle @@ -40,7 +40,7 @@ dependencies { // See https://spring.io/guides/gs/messaging-stomp-websocket/ // implementation 'org.springframework.boot:spring-boot-starter-websocket' - implementation 'org.webjars:sockjs-client:1.1.2' + implementation 'org.webjars:sockjs-client:1.5.1' implementation 'org.webjars:stomp-websocket:2.3.3' // Hystrix