From 2a85317c46465013a74b48970c71351a694c5414 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Dec 2025 12:01:26 +0000 Subject: [PATCH] Gradle: Bump org.springframework:spring-web from 6.2.14 to 7.0.1 Bumps [org.springframework:spring-web](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-web dependency-version: 7.0.1 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 bc28e34f0..e4115b614 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.1" val bouncyCastleJdk18Version = "1.83" val springBootVersion = "3.5.8" val springSecurityJwtVersion = "1.1.1.RELEASE"