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 4210d9b commit 9d5b123Copy full SHA for 9d5b123
build.gradle
@@ -67,7 +67,7 @@ subprojects {
67
testCompileOnly(libs.lombok)
68
testAnnotationProcessor(libs.lombok)
69
70
- // Security constraintsAdd commentMore actions
+ // Security constraints
71
constraints {
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")
0 commit comments