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 5c5d3cb commit 6d375a2Copy full SHA for 6d375a2
lib/build.gradle.kts
@@ -51,7 +51,7 @@ dependencies {
51
implementation("de.gesellix:docker-engine:[2023-04-28T01-01-01,)")
52
53
implementation("org.slf4j:slf4j-api:[1.7,)!!2.0.7")
54
- testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.6")
+ testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.8")
55
56
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
57
}
0 commit comments