Skip to content

Commit bc6b65c

Browse files
build(deps): bump org.springframework:spring-web from 6.2.12 to 7.0.0
Bumps [org.springframework:spring-web](https://github.com/spring-projects/spring-framework) from 6.2.12 to 7.0.0. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](spring-projects/spring-framework@v6.2.12...v7.0.0) --- updated-dependencies: - dependency-name: org.springframework:spring-web dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c3df94f commit bc6b65c

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
@@ -71,10 +71,10 @@ subprojects {
7171

7272
// Security constraints
7373
constraints {
74-
implementation("org.springframework:spring-web:6.2.12") {
74+
implementation("org.springframework:spring-web:7.0.0") {
7575
because("versions below 6.2.11 have security vulnerabilities including CVE-2024-38820 and CVE-2025-41249 - see dependabot #12, #24")
7676
}
77-
implementation("org.springframework:spring-webmvc:6.2.12") {
77+
implementation("org.springframework:spring-webmvc:7.0.0") {
7878
because("versions below 6.2.11 have security vulnerabilities including CVE-2025-41242 and CVE-2025-41249 - see dependabot #24, #247")
7979
}
8080
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.13") {

0 commit comments

Comments
 (0)