diff --git a/modules/games/build.gradle b/modules/games/build.gradle index ecfae3a..b1b36cc 100644 --- a/modules/games/build.gradle +++ b/modules/games/build.gradle @@ -41,7 +41,7 @@ dependencies { // implementation 'org.springframework.boot:spring-boot-starter-websocket' implementation 'org.webjars:sockjs-client:1.1.2' - implementation 'org.webjars:stomp-websocket:2.3.3' + implementation 'org.webjars:stomp-websocket:2.3.3-1' // Hystrix runtimeOnly 'org.springframework.boot:spring-boot-starter-actuator'