Skip to content

Commit 3d48931

Browse files
Update docker-java-core, ... to 3.5.0 (#1811)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
1 parent 3aacafe commit 3d48931

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
@@ -151,7 +151,7 @@ object Dependencies {
151151
// in-memory filesystem for file related tests
152152
val jimfs = "com.google.jimfs" % "jimfs" % "1.3.0" % Test
153153

154-
val dockerClientVersion = "3.4.2"
154+
val dockerClientVersion = "3.5.0"
155155
val dockerClient = Seq(
156156
"com.github.docker-java" % "docker-java-core" % dockerClientVersion % Test,
157157
"com.github.docker-java" % "docker-java-transport-httpclient5" % dockerClientVersion % Test)

0 commit comments

Comments
 (0)