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 38f438bf Update consul-client to 1.12.1 (#836)
38f438bf is described below
commit 38f438bf4e3f245d5a7d513aff85c11d77e73030
Author: Scala Steward <[email protected]>
AuthorDate: Tue Jun 16 16:27:16 2026 +0200
Update consul-client to 1.12.1 (#836)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index e3d29c24..5c85af76 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.12.0",
+ "org.kiwiproject" % "consul-client" % "1.12.1",
"org.testcontainers" % "testcontainers-consul" % "2.0.5" % 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]