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 3cd3723 commit bd13314Copy full SHA for bd13314
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.8") {
76
because("versions below 10.1.42 have security vulnerabilities including CVE-2024-56337 - see dependabot #13")
77
78
0 commit comments