diff --git a/integrationtest/build.gradle.kts b/integrationtest/build.gradle.kts index df72ddec..892d7d8e 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.8") + testRuntimeOnly("ch.qos.logback:logback-classic:1.2.9") testImplementation("org.spockframework:spock-core:2.0-groovy-3.0") testImplementation("cglib:cglib-nodep:3.3.0") diff --git a/integrationtest/src/test/groovy/de/gesellix/docker/engine/TestConstants.groovy b/integrationtest/src/test/groovy/de/gesellix/docker/engine/TestConstants.groovy index c0414e8d..4de452c8 100644 --- a/integrationtest/src/test/groovy/de/gesellix/docker/engine/TestConstants.groovy +++ b/integrationtest/src/test/groovy/de/gesellix/docker/engine/TestConstants.groovy @@ -44,7 +44,7 @@ class TestConstants { Arch : { it == "amd64" }, BuildTime : { it =~ "2021-11-18T\\w+" }, GitCommit : { it == "847da184ad5048b27f5bdf9d53d070f731b43180" }, - GoVersion : { it == "go1.16.8" }, + GoVersion : { it == "go1.16.12" }, KernelVersion: { it =~ "\\d.\\d{1,2}.\\d{1,2}\\w*" }, MinAPIVersion: { it == "1.12" }, Os : { it == "linux" },