Skip to content

Commit

Permalink
Update docker-client to 8.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 13, 2024
1 parent 0f69b0c commit 69a98e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69a98e2

Please sign in to comment.