Update docker-java-core, ... to 3.4.1 (#1583)
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
parent
f815b471de
commit
0a0ffd870c
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ object Dependencies {
|
|||
val jimfs = "com.google.jimfs" % "jimfs" % "1.3.0" % Test
|
||||
|
||||
// the extra dependency overrides for bcprov, commonsCompress and guava should be reviewed - https://github.com/apache/pekko/issues/1317
|
||||
val dockerClientVersion = "3.4.0"
|
||||
val dockerClientVersion = "3.4.1"
|
||||
val dockerClient = Seq(
|
||||
"com.github.docker-java" % "docker-java-core" % dockerClientVersion % Test,
|
||||
"com.github.docker-java" % "docker-java-transport-httpclient5" % dockerClientVersion % Test,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue