From d3497f360ba17599343da33b04fc3d7677abc373 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 23:02:49 +0000 Subject: [PATCH] Bump org.springframework:spring-websocket from 6.0.5 to 6.0.9 Bumps [org.springframework:spring-websocket](https://github.com/spring-projects/spring-framework) from 6.0.5 to 6.0.9. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.5...v6.0.9) --- updated-dependencies: - dependency-name: org.springframework:spring-websocket dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 00dd406..f7be9d3 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'org.liquibase:liquibase-core:4.19.0' implementation 'com.h2database:h2:2.1.214' implementation 'org.springframework:spring-webflux:6.0.5' - implementation 'org.springframework:spring-websocket:6.0.5' + implementation 'org.springframework:spring-websocket:6.0.9' implementation 'org.springframework:spring-messaging:6.0.5' implementation "org.springframework.boot:spring-boot-starter-data-jpa:3.0.2" implementation 'org.springframework.boot:spring-boot-starter-log4j2'