From d5392a818ef4aee80b4fed7711301b7d294f9847 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Apr 2022 16:04:17 +0000 Subject: [PATCH] Bump testutil from 2022-02-11T23-38-00 to 2022-04-10T17-22-00 Bumps [testutil](https://github.com/docker-client/testutil) from 2022-02-11T23-38-00 to 2022-04-10T17-22-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 1e4c583b..9814dcdc 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -75,7 +75,7 @@ dependencies { testImplementation("org.apache.commons:commons-lang3:3.12.0") implementation("de.gesellix:docker-filesocket:2022-04-09T16-04-00") - testImplementation("de.gesellix:testutil:2022-02-11T23-38-00") + testImplementation("de.gesellix:testutil:2022-04-10T17-22-00") implementation("org.bouncycastle:bcpkix-jdk15on:1.70")