From b3a872001db13eac55b0448304f0e181cb57bf84 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:57:04 +0200 Subject: [PATCH] Update docker-client to 8.16.0 (#1598) Co-authored-by: Muki Seiler --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index c7d5d5161..02ae8dc0f 100644 --- a/build.sbt +++ b/build.sbt @@ -15,7 +15,7 @@ javacOptions ++= Seq("-source", "1.8", "-target", "1.8") classpathTypes += "maven-plugin" libraryDependencies ++= Seq( // these dependencies have to be explicitly added by the user - "com.spotify" % "docker-client" % "8.14.5" % Provided, + "com.spotify" % "docker-client" % "8.16.0" % Provided, "org.vafer" % "jdeb" % "1.10" % Provided artifacts Artifact("jdeb", "jar", "jar"), "org.apache.commons" % "commons-compress" % "1.26.1", // for jdkpackager