We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aacafe commit 3d48931Copy full SHA for 3d48931
project/Dependencies.scala
@@ -151,7 +151,7 @@ object Dependencies {
151
// in-memory filesystem for file related tests
152
val jimfs = "com.google.jimfs" % "jimfs" % "1.3.0" % Test
153
154
- val dockerClientVersion = "3.4.2"
+ val dockerClientVersion = "3.5.0"
155
val dockerClient = Seq(
156
"com.github.docker-java" % "docker-java-core" % dockerClientVersion % Test,
157
"com.github.docker-java" % "docker-java-transport-httpclient5" % dockerClientVersion % Test)
0 commit comments