This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 63637f472c Update docker-java-core, ... to 3.6.0 (#2045)
63637f472c is described below
commit 63637f472c0e0b76b0145e7d457d6f960ff395e8
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 22 08:14:33 2025 +0100
Update docker-java-core, ... to 3.6.0 (#2045)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 6e35d90af3..627d9a0e44 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -151,7 +151,7 @@ object Dependencies {
// in-memory filesystem for file related tests
val jimfs = "com.google.jimfs" % "jimfs" % "1.3.1" % Test
- val dockerClientVersion = "3.5.3"
+ val dockerClientVersion = "3.6.0"
val dockerClient = Seq(
"com.github.docker-java" % "docker-java-core" % dockerClientVersion %
Test,
"com.github.docker-java" % "docker-java-transport-httpclient5" %
dockerClientVersion % Test)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]