From d97e98b8471c1f860ff43f9597de228654cdd917 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Dec 2021 13:09:42 +0000 Subject: [PATCH 1/2] Bump logback-classic from 1.2.8 to 1.2.9 Bumps logback-classic from 1.2.8 to 1.2.9. --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- integrationtest/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") From c759bf178d60e51cbbb3972032622156f5157d28 Mon Sep 17 00:00:00 2001 From: Tobias Gesellchen Date: Sat, 18 Dec 2021 12:49:21 +0100 Subject: [PATCH 2/2] bump test fixtures --- .../test/groovy/de/gesellix/docker/engine/TestConstants.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },