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 664713e commit f056a06Copy full SHA for f056a06
build.gradle
@@ -70,10 +70,10 @@ subprojects {
70
71
// Security constraints
72
constraints {
73
- implementation("org.springframework:spring-web:6.2.11") {
+ implementation("org.springframework:spring-web:6.2.12") {
74
because("versions below 6.2.11 have security vulnerabilities including CVE-2024-38820 and CVE-2025-41249 - see dependabot #12, #24")
75
}
76
- implementation("org.springframework:spring-webmvc:6.2.11") {
+ implementation("org.springframework:spring-webmvc:6.2.12") {
77
because("versions below 6.2.11 have security vulnerabilities including CVE-2025-41242 and CVE-2025-41249 - see dependabot #24, #247")
78
79
implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.10") {
0 commit comments