From 91655d4ad3618c6c3078915e48e82d44b9fa298b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Apr 2022 13:07:19 +0000 Subject: [PATCH] Bump testutil from 2022-04-10T17-22-00 to 2022-04-21T11-30-00 Bumps [testutil](https://github.com/docker-client/testutil) from 2022-04-10T17-22-00 to 2022-04-21T11-30-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 9984eb3b..8e8fca36 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-20T21-02-00") - testImplementation("de.gesellix:testutil:2022-04-10T17-22-00") + testImplementation("de.gesellix:testutil:2022-04-21T11-30-00") implementation("org.bouncycastle:bcpkix-jdk15on:1.70")