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-management.git
The following commit(s) were added to refs/heads/main by this push:
new 90dcc06f Update testcontainers-consul to 2.0.4 (#709)
90dcc06f is described below
commit 90dcc06f924fa18347d32b1062783faae50d58af
Author: Scala Steward <[email protected]>
AuthorDate: Fri Mar 20 17:07:07 2026 +0100
Update testcontainers-consul to 2.0.4 (#709)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index edc35245..e8c2c6e2 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -48,7 +48,7 @@ object Dependencies {
"org.apache.pekko" %% "pekko-actor" % pekkoVersion,
"org.apache.pekko" %% "pekko-discovery" % pekkoVersion,
"org.kiwiproject" % "consul-client" % "1.10.1",
- "org.testcontainers" % "testcontainers-consul" % "2.0.3" % Test,
+ "org.testcontainers" % "testcontainers-consul" % "2.0.4" % Test,
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
"org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test,
"org.apache.pekko" %% "pekko-slf4j" % pekkoVersion % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]