From 1f55a3bba22c901980a6d18d4d6343b681b32576 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 04:50:55 +0000 Subject: [PATCH] Bump sockjs-client from 1.1.2 to 1.5.1 in /modules/games Bumps [sockjs-client](https://github.com/webjars/sockjs-client) from 1.1.2 to 1.5.1. - [Release notes](https://github.com/webjars/sockjs-client/releases) - [Commits](https://github.com/webjars/sockjs-client/compare/sockjs-client-1.1.2...sockjs-client-1.5.1) Signed-off-by: dependabot-preview[bot] --- modules/games/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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