From 0ae89139a129b18fa3b6a6d3ec85b45a408627e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 14:22:28 +0000 Subject: [PATCH] Bump org.springframework:spring-context from 6.2.14 to 7.0.1 Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.2.14 to 7.0.1. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.14...v7.0.1) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-version: 7.0.1 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 6cbfd7f..76e48e0 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { implementation 'org.openapitools:jackson-databind-nullable:0.2.8' - implementation 'org.springframework:spring-webflux:6.2.14' + implementation 'org.springframework:spring-webflux:7.0.1' implementation 'io.projectreactor.netty:reactor-netty:1.2.11' implementation 'com.fasterxml.jackson.core:jackson-core:2.20.1' implementation 'com.fasterxml.jackson.core:jackson-annotations:2.20' @@ -35,11 +35,11 @@ dependencies { testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1' testImplementation 'org.mockito:mockito-core:5.20.0' - testImplementation 'org.springframework:spring-test:6.2.14' + testImplementation 'org.springframework:spring-test:7.0.1' testImplementation 'io.projectreactor:reactor-test:3.8.0' testImplementation 'com.squareup.okhttp3:mockwebserver3:5.3.2' - testRuntimeOnly 'org.springframework:spring-context:6.2.14' + testRuntimeOnly 'org.springframework:spring-context:7.0.1' } test {