From 9840f34cd7134e6a34a1118058c29e9a07b9ba9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 04:22:17 +0000 Subject: [PATCH] Bump org.springframework:spring-webflux from 6.2.5 to 6.2.9 Bumps [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework) from 6.2.5 to 6.2.9. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.5...v6.2.9) --- updated-dependencies: - dependency-name: org.springframework:spring-webflux dependency-version: 6.2.9 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..857ce00 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.9' + implementation 'org.springframework:spring-websocket:6.2.9' + implementation 'org.springframework:spring-messaging:6.2.9' 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'