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 58029331e2 Update docker-java-core, ... to 3.7.0 (#2503)
58029331e2 is described below
commit 58029331e286eb13e659bcfcb6cd837a0d6710a4
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 15 20:14:11 2025 +0100
Update docker-java-core, ... to 3.7.0 (#2503)
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 1aaf261c44..a52a5d74a2 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -144,7 +144,7 @@ object Dependencies {
// in-memory filesystem for file related tests
val jimfs = "com.google.jimfs" % "jimfs" % "1.3.1" % Test
- val dockerClientVersion = "3.6.0"
+ val dockerClientVersion = "3.7.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]