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