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 8ca5c87Copy full SHA for 8ca5c87
build.gradle
@@ -77,7 +77,7 @@ subprojects {
77
implementation("org.springframework:spring-webmvc:6.2.12") {
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") {
+ implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.14") {
81
because("versions below 11.0.12 have security vulnerabilities including CVE-2024-56337, CVE-2025-55754, CVE-2025-61795 - see dependabot #13, #27, #28")
82
83
implementation("org.apache.commons:commons-lang3:3.19.0") {
0 commit comments