diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 09a4103..be6c338 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -50,7 +50,7 @@ dependencies { implementation("de.gesellix:docker-engine:[2022-07-24T23-12-00,)") implementation("org.slf4j:slf4j-api:[1.7,)!!2.0.3") - testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.1") + testImplementation("ch.qos.logback:logback-classic:[1.2,2)!!1.3.3") testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") }