From 084f1ebb0388fa78f0a75f22a1eb7dad02d900d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 22:04:56 +0000 Subject: [PATCH] Bump org.springframework:spring-webflux from 6.2.5 to 6.2.11 Bumps [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework) from 6.2.5 to 6.2.11. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.5...v6.2.11) --- updated-dependencies: - dependency-name: org.springframework:spring-webflux dependency-version: 6.2.11 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..82e2c47 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.11' + implementation 'org.springframework:spring-websocket:6.2.11' + implementation 'org.springframework:spring-messaging:6.2.11' 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'