diff --git a/client/build.gradle.kts b/client/build.gradle.kts index 3c46a562..6b93f558 100644 --- a/client/build.gradle.kts +++ b/client/build.gradle.kts @@ -99,7 +99,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-07-05T22-50-00") - api("de.gesellix:docker-remote-api-model-1-41:2023-07-02T12-35-00") + api("de.gesellix:docker-remote-api-model-1-41:2023-07-10T21-32-00") api("de.gesellix:docker-engine:2023-07-11T21-20-00") api("de.gesellix:docker-compose:2023-07-10T21-30-00")