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 d9b5265 commit a9e8a15Copy full SHA for a9e8a15
build.gradle
@@ -72,7 +72,7 @@ subprojects {
72
implementation("org.springframework:spring-web:6.2.8") {
73
because("versions below 6.2.8 have security vulnerabilities including CVE-2024-38820 - see dependabot #12")
74
}
75
- implementation("org.apache.tomcat.embed:tomcat-embed-core:10.1.42") {
+ implementation("org.apache.tomcat.embed:tomcat-embed-core:11.0.9") {
76
because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13")
77
78
implementation("org.apache.commons:commons-lang3:3.18.0") {
0 commit comments