From 15b43d779fbbe384f25bae23a39364b22bb31756 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 12:01:41 +0000 Subject: [PATCH] Gradle: Bump org.springframework:spring-web from 6.2.14 to 7.0.2 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.14 to 7.0.2. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.14...v7.0.2) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 7.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c9bd76dcc..b2db0b36e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ version = scmVersion.version val jacksonAnnotationVersion = "2.20" val jacksonDatabindVersion = "2.20.1" val jacksonModuleKotlinVersion = "2.20.1" -val springWebVersion = "6.2.14" +val springWebVersion = "7.0.2" val bouncyCastleJdk18Version = "1.83" val springBootVersion = "3.5.8" val springSecurityJwtVersion = "1.1.1.RELEASE"