From 10c3915477ed05a18c13faa6ec83884a94888987 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 08:19:55 +0000 Subject: [PATCH] build(deps): bump org.springframework:spring-web from 6.2.10 to 6.2.12 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.10 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.10...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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3219328..fcf2148 100644 --- a/build.gradle +++ b/build.gradle @@ -70,10 +70,10 @@ subprojects { // Security constraints constraints { - implementation("org.springframework:spring-web:6.2.11") { + implementation("org.springframework:spring-web:6.2.12") { because("versions below 6.2.11 have security vulnerabilities including CVE-2024-38820 and CVE-2025-41249 - see dependabot #12, #24") } - implementation("org.springframework:spring-webmvc:6.2.11") { + implementation("org.springframework:spring-webmvc:6.2.12") { because("versions below 6.2.11 have security vulnerabilities including CVE-2025-41242 and CVE-2025-41249 - see dependabot #24, #247") } implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.10") {