Skip to content

Commit f011af9

Browse files
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](spring-projects/spring-framework@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] <[email protected]>
1 parent 2608bdb commit f011af9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ subprojects {
7070

7171
// Security constraints
7272
constraints {
73-
implementation("org.springframework:spring-web:6.2.10") {
73+
implementation("org.springframework:spring-web:6.2.11") {
7474
because("versions below 6.2.8 have security vulnerabilities including CVE-2024-38820 - see dependabot #12")
7575
}
76-
implementation("org.springframework:spring-webmvc:6.2.10") {
76+
implementation("org.springframework:spring-webmvc:6.2.11") {
7777
because("versions below 6.2.10 have Path Traversal Vulnerability CVE-2025-41242 - see dependabot #247")
7878
}
7979
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.10") {

0 commit comments

Comments
 (0)