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 6c8d41b commit 2735502Copy full SHA for 2735502
build.gradle
@@ -66,12 +66,6 @@ subprojects {
66
67
// Security constraints
68
constraints {
69
- implementation("ch.qos.logback:logback-core:1.5.15") {
70
- because("versions below 1.5.15 have security vulnerabilities - see dependabot #7, #6")
71
- }
72
- implementation("ch.qos.logback:logback-classic:1.5.15") {
73
74
75
implementation("org.springframework:spring-web:6.2.8") {
76
because("versions below 6.2.8 have security vulnerabilities including CVE-2024-38820 - see dependabot #12")
77
}
0 commit comments