From f011af999a30f6c2205af243a94f30eb92b3c9cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 20:04:46 +0000 Subject: [PATCH] build(deps): bump org.springframework:spring-web from 6.2.10 to 6.2.11 Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.10 to 6.2.11. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.10...v6.2.11) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 6.2.11 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 be00b8d..036f1ba 100644 --- a/build.gradle +++ b/build.gradle @@ -70,10 +70,10 @@ subprojects { // Security constraints constraints { - implementation("org.springframework:spring-web:6.2.10") { + implementation("org.springframework:spring-web:6.2.11") { because("versions below 6.2.8 have security vulnerabilities including CVE-2024-38820 - see dependabot #12") } - implementation("org.springframework:spring-webmvc:6.2.10") { + implementation("org.springframework:spring-webmvc:6.2.11") { because("versions below 6.2.10 have Path Traversal Vulnerability CVE-2025-41242 - see dependabot #247") } implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.10") {