This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch update/consul-1.20.3 in repository https://gitbox.apache.org/repos/asf/pekko-management.git
commit 6d74c6a04e0f26c1ca18e95b84f99b29dbfe0a5e Author: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> AuthorDate: Sun Oct 27 00:14:54 2024 +0000 Update consul to 1.20.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 055a2269..536aab36 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -69,7 +69,7 @@ object Dependencies { "org.apache.pekko" %% "pekko-actor" % pekkoVersion, "org.apache.pekko" %% "pekko-discovery" % pekkoVersion, "com.orbitz.consul" % "consul-client" % "1.5.3", - "org.testcontainers" % "consul" % "1.20.2" % Test, + "org.testcontainers" % "consul" % "1.20.3" % Test, "org.scalatest" %% "scalatest" % scalaTestVersion % Test, "org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test, "org.apache.pekko" %% "pekko-slf4j" % pekkoVersion % Test, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org