From 2a6045eced65ac3b7a229d598c64b886cfcbcc3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 20:08:30 +0000 Subject: [PATCH] Bump testutil from 2022-07-25T19-40-00 to 2022-09-30T19-52-00 Bumps [testutil](https://github.com/docker-client/testutil) from 2022-07-25T19-40-00 to 2022-09-30T19-52-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 257b7925..1aa55344 100644 --- a/engine/build.gradle.kts +++ b/engine/build.gradle.kts @@ -80,7 +80,7 @@ dependencies { testImplementation("org.apache.commons:commons-lang3:3.12.0") implementation("de.gesellix:docker-filesocket:2022-07-28T00-22-00") - testImplementation("de.gesellix:testutil:2022-07-25T19-40-00") + testImplementation("de.gesellix:testutil:2022-09-30T19-52-00") implementation("org.bouncycastle:bcpkix-jdk15on:1.70")