From a31c0ccb7d9af3ac722072faae0b6ecfabd016d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 15:14:59 +0000 Subject: [PATCH] Bump org.springframework:spring-web from 6.2.11 to 6.2.12 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.11 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.11...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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5d211de2..0db4d310 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ base = "2025.6" junit = "5.9.3" jacoco = "0.8.7" -spring-web = "6.2.11" +spring-web = "6.2.12" spring-data = "3.5.4" [libraries]