From 93444e4a3a934e831faa9e354731fd6ed98ce521 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 09:26:33 +0300 Subject: [PATCH] chore(deps): update plugin com.bmuschko.docker-remote-api to v9.3.3 (#9524) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 0b6daf35bb2b..5c8b82399015 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -20,7 +20,7 @@ plugins { // in particular, these commands are failing (reproducible locally): // ./gradlew :smoke-tests:images:servlet:buildLinuxTestImages pushMatrix -PsmokeTestServer=jetty // ./gradlew :smoke-tests:images:servlet:buildWindowsTestImages pushMatrix -PsmokeTestServer=jetty - id("com.bmuschko.docker-remote-api") version "9.3.2" apply false + id("com.bmuschko.docker-remote-api") version "9.3.3" apply false } dependencyResolutionManagement {