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:
scala-steward-asf[bot] 2024-02-25 10:41:07 +01:00 committed by GitHub
parent 5aa4e0d784
commit c619f0fe59
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.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(),