Skip to content

Commit

Permalink
Update docker-java-core, ... to 3.4.1 (apache#1583)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] authored Dec 15, 2024
1 parent f815b47 commit 0a0ffd8
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 @@ -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,
Expand Down

0 comments on commit 0a0ffd8

Please sign in to comment.