Skip to content

Commit 25a727f

Browse files
committed
update docker client dependency to match develop branch
1 parent 009c997 commit 25a727f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object Dependencies {
1919
val reflections = "org.reflections" % "reflections" % "0.10.2"
2020
val zip4j = "net.lingala.zip4j" % "zip4j" % "2.10.0"
2121
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.13.6"
22-
val dockerClient = "com.spotify" % "docker-client" % "8.14.4"
22+
val dockerClient = "com.spotify" % "docker-client" % "8.16.0"
2323
val k8sClient = "io.fabric8" % "kubernetes-client" % "5.0.2"
2424
val akkaCluster = "com.typesafe.akka" %% "akka-cluster" % play.core.PlayVersion.akkaVersion
2525
val akkaClusterTyped = "com.typesafe.akka" %% "akka-cluster-typed" % play.core.PlayVersion.akkaVersion

0 commit comments

Comments
 (0)