From 2eb88dcd3210f75ff71d6c799b469811d40cf30c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:48:22 +0000 Subject: [PATCH] Bump org.springframework:spring-webflux from 6.2.18 to 7.0.7 Bumps [org.springframework:spring-webflux](https://github.com/spring-projects/spring-framework) from 6.2.18 to 7.0.7. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.18...v7.0.7) --- updated-dependencies: - dependency-name: org.springframework:spring-webflux dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 57b5026..95a022b 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.18' + implementation 'org.springframework:spring-webflux:7.0.7' implementation ('io.projectreactor.netty:reactor-netty:1.3.4') { exclude group: 'io.netty', module: 'netty-codec-http' } @@ -39,11 +39,11 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.junit.jupiter:junit-jupiter:6.0.2' testImplementation 'org.mockito:mockito-core:5.23.0' - testImplementation 'org.springframework:spring-test:6.2.18' + testImplementation 'org.springframework:spring-test:7.0.7' testImplementation 'io.projectreactor:reactor-test:3.8.2' testImplementation 'com.squareup.okhttp3:mockwebserver3:5.3.2' - testRuntimeOnly 'org.springframework:spring-context:6.2.18' + testRuntimeOnly 'org.springframework:spring-context:7.0.7' } test {