Update docker-java-core, ... to 3.3.5 (#1142)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
parent
5aa4e0d784
commit
c619f0fe59
1 changed files with 2 additions and 2 deletions
|
|
@ -141,8 +141,8 @@ object Dependencies {
|
|||
val jimfs = "com.google.jimfs" % "jimfs" % "1.3.0" % Test
|
||||
|
||||
val dockerClient = Seq(
|
||||
"com.github.docker-java" % "docker-java-core" % "3.3.4" % Test,
|
||||
"com.github.docker-java" % "docker-java-transport-httpclient5" % "3.3.4" % Test)
|
||||
"com.github.docker-java" % "docker-java-core" % "3.3.5" % Test,
|
||||
"com.github.docker-java" % "docker-java-transport-httpclient5" % "3.3.5" % Test)
|
||||
|
||||
val jackson = Seq(
|
||||
(jacksonCore % Test).force(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue