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 2330bf21 Update consul-client to 1.11.0 (#739)
2330bf21 is described below
commit 2330bf210730171a9b01ba7087b88dd756365d14
Author: Scala Steward <[email protected]>
AuthorDate: Fri Apr 3 17:42:23 2026 +0200
Update consul-client to 1.11.0 (#739)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index cccdc965..990ace7d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -46,7 +46,7 @@ object Dependencies {
val discoveryConsul = Seq(
"org.apache.pekko" %% "pekko-actor" % pekkoVersion,
"org.apache.pekko" %% "pekko-discovery" % pekkoVersion,
- "org.kiwiproject" % "consul-client" % "1.10.1",
+ "org.kiwiproject" % "consul-client" % "1.11.0",
"org.testcontainers" % "testcontainers-consul" % "2.0.4" % 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]