From 1b928c973bde1014a13c70bc08d61b94e19bfb7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:05:49 +0000 Subject: [PATCH] Bump org.springframework:spring-websocket from 6.2.5 to 6.2.12 Bumps [org.springframework:spring-websocket](https://github.com/spring-projects/spring-framework) from 6.2.5 to 6.2.12. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.5...v6.2.12) --- updated-dependencies: - dependency-name: org.springframework:spring-websocket dependency-version: 6.2.12 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 1f04971..8aea05a 100644 --- a/build.gradle +++ b/build.gradle @@ -31,9 +31,9 @@ dependencies { implementation 'com.bitpay:bitpay_sdk:9.0.2' implementation 'org.liquibase:liquibase-core:4.31.1' implementation 'com.h2database:h2:2.1.214' - implementation 'org.springframework:spring-webflux:6.2.5' - implementation 'org.springframework:spring-websocket:6.2.5' - implementation 'org.springframework:spring-messaging:6.2.5' + implementation 'org.springframework:spring-webflux:6.2.12' + implementation 'org.springframework:spring-websocket:6.2.12' + implementation 'org.springframework:spring-messaging:6.2.12' implementation "org.springframework.boot:spring-boot-starter-data-jpa:3.4.4" implementation 'org.springframework.boot:spring-boot-starter-log4j2' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'