Skip to content

Commit 21be4cf

Browse files
build(deps): bump org.springframework:spring-web from 6.2.10 to 6.2.12 (#274)
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](spring-projects/spring-framework@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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8b4deaa commit 21be4cf

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.11") {
73+
implementation("org.springframework:spring-web:6.2.12") {
7474
because("versions below 6.2.11 have security vulnerabilities including CVE-2024-38820 and CVE-2025-41249 - see dependabot #12, #24")
7575
}
76-
implementation("org.springframework:spring-webmvc:6.2.11") {
76+
implementation("org.springframework:spring-webmvc:6.2.12") {
7777
because("versions below 6.2.11 have security vulnerabilities including CVE-2025-41242 and CVE-2025-41249 - see dependabot #24, #247")
7878
}
7979
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.13") {

0 commit comments

Comments
 (0)