We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0151ce5 commit c209418Copy full SHA for c209418
1 file changed
build.gradle.kts
@@ -18,7 +18,7 @@ repositories {
18
19
dependencies {
20
api("ch.qos.logback:logback-classic:[1.2,2)!!1.3.14")
21
- implementation("org.slf4j:slf4j-api:[1.7,3)!!2.0.12")
+ implementation("org.slf4j:slf4j-api:[1.7,3)!!2.0.16")
22
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
23
}
24
0 commit comments