diff --git a/settings.gradle.kts b/settings.gradle.kts index 0b6daf35bb..5c8b823990 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 {