From 286d47d411baafd9d2cd6c4bdf855b2b2879447b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2026 13:00:23 +0000 Subject: [PATCH] Bump org.springframework:spring-webflux from 6.2.14 to 6.2.17 Bumps [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework) from 6.2.14 to 6.2.17. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.14...v6.2.17) --- updated-dependencies: - dependency-name: org.springframework:spring-webflux dependency-version: 6.2.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index bdd6027..0c55f96 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'org.openapitools:jackson-databind-nullable:0.2.9' - implementation 'org.springframework:spring-webflux:6.2.14' + implementation 'org.springframework:spring-webflux:6.2.17' implementation ('io.projectreactor.netty:reactor-netty:1.3.2') { exclude group: 'io.netty', module: 'netty-codec-http' } @@ -38,11 +38,11 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' testImplementation 'org.mockito:mockito-core:5.21.0' - testImplementation 'org.springframework:spring-test:6.2.14' + testImplementation 'org.springframework:spring-test:6.2.17' testImplementation 'io.projectreactor:reactor-test:3.8.2' testImplementation 'com.squareup.okhttp3:mockwebserver3:5.3.2' - testRuntimeOnly 'org.springframework:spring-context:6.2.14' + testRuntimeOnly 'org.springframework:spring-context:6.2.17' } test {