diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 641b738b..0eec8df3 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -98,7 +98,7 @@ dependencies { // TODO consider changing this from api to implementation. // The change would require to move api.core client classes like `ClientException` to another module. - api("de.gesellix:docker-remote-api-client:2023-10-03T16-30-00") + api("de.gesellix:docker-remote-api-client:2023-10-03T21-45-00") api("de.gesellix:docker-remote-api-model-1-41:2023-10-01T21-35-00") api("de.gesellix:docker-engine:2023-10-03T21-35-00") api("de.gesellix:docker-compose:2023-09-23T20-42-00")