We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 009c997 commit 25a727fCopy full SHA for 25a727f
project/Dependencies.scala
@@ -19,7 +19,7 @@ object Dependencies {
19
val reflections = "org.reflections" % "reflections" % "0.10.2"
20
val zip4j = "net.lingala.zip4j" % "zip4j" % "2.10.0"
21
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.13.6"
22
- val dockerClient = "com.spotify" % "docker-client" % "8.14.4"
+ val dockerClient = "com.spotify" % "docker-client" % "8.16.0"
23
val k8sClient = "io.fabric8" % "kubernetes-client" % "5.0.2"
24
val akkaCluster = "com.typesafe.akka" %% "akka-cluster" % play.core.PlayVersion.akkaVersion
25
val akkaClusterTyped = "com.typesafe.akka" %% "akka-cluster-typed" % play.core.PlayVersion.akkaVersion
0 commit comments