From 96586528762f3b0ec92117a7bf8e169ac382a54e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 02:04:55 +0000 Subject: [PATCH] Gradle: Bump org.springframework:spring-web from 6.2.9 to 6.2.12 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.9 to 6.2.12. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.9...v6.2.12) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 6.2.12 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e6037b1..9b3c2e2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -156,7 +156,7 @@ tasks.test { useJUnitPlatform() } // Required versions val jacksonVersion = "2.18.3" -val springWebVersion = "6.2.9" +val springWebVersion = "6.2.12" val springBootVersion = "3.4.4" // Implementation