Update docker-java-core, ... to 3.3.6 (#1166)

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
This commit is contained in:
scala-steward-asf[bot] 2024-03-03 10:18:00 +01:00 committed by GitHub
parent 40f45432f5
commit 14bbb4007b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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(),