Skip to content

Commit 2735502

Browse files
committed
Remove outdated security constraints
1 parent 6c8d41b commit 2735502

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build.gradle

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ subprojects {
6666

6767
// Security constraints
6868
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-
because("versions below 1.5.15 have security vulnerabilities - see dependabot #7, #6")
74-
}
7569
implementation("org.springframework:spring-web:6.2.8") {
7670
because("versions below 6.2.8 have security vulnerabilities including CVE-2024-38820 - see dependabot #12")
7771
}

0 commit comments

Comments
 (0)