From f4302d4b89b033e7d8b74fcdfb132b7976d3f574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Aug 2025 07:38:25 +0000 Subject: [PATCH] Bump org.springframework:spring-webflux from 6.2.5 to 6.2.10 Bumps [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework) from 6.2.5 to 6.2.10. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.5...v6.2.10) --- updated-dependencies: - dependency-name: org.springframework:spring-webflux dependency-version: 6.2.10 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..55a36c2 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.10' + implementation 'org.springframework:spring-websocket:6.2.10' + implementation 'org.springframework:spring-messaging:6.2.10' 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'