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 32a0decb Update consul-client to 1.9.3 (#682)
32a0decb is described below

commit 32a0decb9901c71e7a67176574d2c0728a507602
Author: Scala Steward <[email protected]>
AuthorDate: Fri Mar 6 16:59:10 2026 +0100

    Update consul-client to 1.9.3 (#682)
---
 project/Dependencies.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index fb85de85..687bedda 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.2",
+    "org.kiwiproject" % "consul-client" % "1.9.3",
     "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]

Reply via email to