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 62a91527 Update consul-client to 1.10.1 (#684)
62a91527 is described below
commit 62a91527eea81e86f016296172a31bc5b1745954
Author: Scala Steward <[email protected]>
AuthorDate: Sun Mar 8 16:42:43 2026 +0100
Update consul-client to 1.10.1 (#684)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 9cb28184..b2fdcc54 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -47,7 +47,7 @@ object Dependencies {
val discoveryConsul = Seq(
"org.apache.pekko" %% "pekko-actor" % pekkoVersion,
"org.apache.pekko" %% "pekko-discovery" % pekkoVersion,
- "org.kiwiproject" % "consul-client" % "1.9.3",
+ "org.kiwiproject" % "consul-client" % "1.10.1",
"org.testcontainers" % "testcontainers-consul" % "2.0.3" % Test,
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
"org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]