From a194407abfc3f1347adbd7b2ce488685c984f4ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 03:07:18 +0000 Subject: [PATCH] Bump com.bmuschko.docker-remote-api from 9.3.1 to 9.3.2 (#179) Bumps com.bmuschko.docker-remote-api from 9.3.1 to 9.3.2. --- updated-dependencies: - dependency-name: com.bmuschko.docker-remote-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 48fbf02..dffdda9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -6,7 +6,7 @@ plugins { `coverage-convention` `publishing-convention` apply false id("pl.allegro.tech.build.axion-release") version "1.15.4" // https://plugins.gradle.org/plugin/pl.allegro.tech.build.axion-release - id("com.bmuschko.docker-remote-api") version "9.3.1" apply false + id("com.bmuschko.docker-remote-api") version "9.3.2" apply false } project.version = scmVersion.version