From ea92bafc648df96159aede46810d28a9925fa937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Feb 2022 13:09:44 +0000 Subject: [PATCH] Bump testutil from 2021-12-18T14-29-00 to 2022-02-11T23-38-00 Bumps [testutil](https://github.com/docker-client/testutil) from 2021-12-18T14-29-00 to 2022-02-11T23-38-00. - [Release notes](https://github.com/docker-client/testutil/releases) - [Changelog](https://github.com/docker-client/testutil/blob/main/RELEASE.md) - [Commits](https://github.com/docker-client/testutil/commits) --- updated-dependencies: - dependency-name: de.gesellix:testutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- engine/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/build.gradle.kts b/engine/build.gradle.kts index 8f0b01f9..22cf2c28 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { testImplementation("org.apache.commons:commons-lang3:3.12.0") implementation("de.gesellix:docker-filesocket:2021-12-13T07-10-00") - testImplementation("de.gesellix:testutil:2021-12-18T14-29-00") + testImplementation("de.gesellix:testutil:2022-02-11T23-38-00") implementation("org.bouncycastle:bcpkix-jdk15on:1.70")