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 0f130155 Update consul to 1.20.3 (#346) 0f130155 is described below commit 0f130155c4f45021033ade49047c583b9d33005d Author: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> AuthorDate: Sun Oct 27 01:29:14 2024 +0100 Update consul to 1.20.3 (#346) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 9327eec5..159b6c3f 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