Skip to content

Commit

Permalink
update docker client dependency to match develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredjennings committed Oct 14, 2023
1 parent 009c997 commit 16e795a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {
val reflections = "org.reflections" % "reflections" % "0.10.2"
val zip4j = "net.lingala.zip4j" % "zip4j" % "2.10.0"
val elastic4play = "org.thehive-project" %% "elastic4play" % "1.13.6"
val dockerClient = "com.spotify" % "docker-client" % "8.14.4"
val dockerClient = "com.spotify" % "docker-client" % "8.16.0"
val k8sClient = "io.fabric8" % "kubernetes-client" % "5.0.2"
val akkaCluster = "com.typesafe.akka" %% "akka-cluster" % play.core.PlayVersion.akkaVersion
val akkaClusterTyped = "com.typesafe.akka" %% "akka-cluster-typed" % play.core.PlayVersion.akkaVersion
Expand Down

0 comments on commit 16e795a

Please sign in to comment.