Skip to content

Commit c209418

Browse files
committed
Prefer slf4j-api 2.0.16
1 parent 0151ce5 commit c209418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repositories {
1818

1919
dependencies {
2020
api("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
21-
implementation("org.slf4j:slf4j-api:[1.7,3)!!2.0.12")
21+
implementation("org.slf4j:slf4j-api:[1.7,3)!!2.0.16")
2222
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
2323
}
2424

0 commit comments

Comments
 (0)