diff --git a/build.gradle b/build.gradle index 3d212f74..48d3562a 100644 --- a/build.gradle +++ b/build.gradle @@ -46,7 +46,7 @@ dependencies { developmentOnly("org.springframework.boot:spring-boot-devtools") implementation 'org.springframework.boot:spring-boot-starter-websocket' implementation 'org.webjars:webjars-locator-core' - implementation 'org.webjars:sockjs-client:1.1.2' + implementation 'org.webjars:sockjs-client:1.5.1' implementation 'org.webjars:stomp-websocket:2.3.3-1' implementation 'org.webjars:bootstrap:5.1.3' implementation 'org.webjars:jquery:3.1.0'