This is an automated email from the ASF dual-hosted git repository.
pjfanning 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 1491138b Update testcontainers-consul to 2.0.5 (#757)
1491138b is described below
commit 1491138bed6186def12bbfa9918c249c21334fb7
Author: Scala Steward <[email protected]>
AuthorDate: Tue Apr 21 17:09:26 2026 +0200
Update testcontainers-consul to 2.0.5 (#757)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 2a39d0b3..18933cb3 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -47,7 +47,7 @@ object Dependencies {
"org.apache.pekko" %% "pekko-actor" % pekkoVersion,
"org.apache.pekko" %% "pekko-discovery" % pekkoVersion,
"org.kiwiproject" % "consul-client" % "1.12.0",
- "org.testcontainers" % "testcontainers-consul" % "2.0.4" % Test,
+ "org.testcontainers" % "testcontainers-consul" % "2.0.5" % 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]