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 ffd71aa commit 11ce3bbCopy full SHA for 11ce3bb
build.gradle
@@ -75,7 +75,7 @@ subprojects {
75
implementation("org.springframework:spring-webmvc:6.2.10") {
76
because("versions below 6.2.10 have Path Traversal Vulnerability CVE-2025-41242 - see dependabot #247")
77
}
78
- implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.10") {
+ implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.11") {
79
because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13")
80
81
implementation("org.apache.commons:commons-lang3:3.18.0") {
0 commit comments