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 b722647 commit 823bed6Copy full SHA for 823bed6
build.gradle
@@ -69,7 +69,7 @@ subprojects {
69
70
// Security constraints
71
constraints {
72
- implementation("org.springframework:spring-web:6.2.8") {
+ implementation("org.springframework:spring-web:6.2.10") {
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") {
0 commit comments