We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3df94f commit bc6b65cCopy full SHA for bc6b65c
build.gradle
@@ -71,10 +71,10 @@ subprojects {
71
72
// Security constraints
73
constraints {
74
- implementation("org.springframework:spring-web:6.2.12") {
+ implementation("org.springframework:spring-web:7.0.0") {
75
because("versions below 6.2.11 have security vulnerabilities including CVE-2024-38820 and CVE-2025-41249 - see dependabot #12, #24")
76
}
77
- implementation("org.springframework:spring-webmvc:6.2.12") {
+ implementation("org.springframework:spring-webmvc:7.0.0") {
78
because("versions below 6.2.11 have security vulnerabilities including CVE-2025-41242 and CVE-2025-41249 - see dependabot #24, #247")
79
80
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.13") {
0 commit comments