Skip to content

Commit

Permalink
Update docker-java-core, ... to 3.3.6 (#1166)
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 Mar 3, 2024
1 parent 40f4543 commit 14bbb40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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.5" % Test,
"com.github.docker-java" % "docker-java-transport-httpclient5" % "3.3.5" % Test)
"com.github.docker-java" % "docker-java-core" % "3.3.6" % Test,
"com.github.docker-java" % "docker-java-transport-httpclient5" % "3.3.6" % Test)

val jackson = Seq(
(jacksonCore % Test).force(),
Expand Down

0 comments on commit 14bbb40

Please sign in to comment.