diff --git a/integrationtest/build.gradle.kts b/integrationtest/build.gradle.kts index 892d7d8e..acb4e1bb 100644 --- a/integrationtest/build.gradle.kts +++ b/integrationtest/build.gradle.kts @@ -57,7 +57,7 @@ dependencies { testImplementation("com.squareup.okhttp3:okhttp") testImplementation("org.slf4j:slf4j-api") - testRuntimeOnly("ch.qos.logback:logback-classic:1.2.9") + testRuntimeOnly("ch.qos.logback:logback-classic:1.2.10") testImplementation("org.spockframework:spock-core:2.0-groovy-3.0") testImplementation("cglib:cglib-nodep:3.3.0")