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 be023658 Update ecs to 2.32.9 (#477) be023658 is described below commit be023658269c722188ceaf2a4fcd79976cef08e0 Author: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> AuthorDate: Sun Jul 27 09:10:50 2025 +0100 Update ecs to 2.32.9 (#477) 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 7cf47977..6714f08f 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -104,7 +104,7 @@ object Dependencies { "org.apache.pekko" %% "pekko-stream" % pekkoVersion, "org.apache.pekko" %% "pekko-http" % pekkoHttpVersion, "org.apache.pekko" %% "pekko-http-spray-json" % pekkoHttpVersion, - ("software.amazon.awssdk" % "ecs" % "2.32.4").exclude("software.amazon.awssdk", "apache-client"), + ("software.amazon.awssdk" % "ecs" % "2.32.9").exclude("software.amazon.awssdk", "apache-client"), "org.scalatest" %% "scalatest" % scalaTestVersion % Test) ++ jacksonDatabind // aws-java-sdk depends on insecure version of jackson val managementHttp = Seq( --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pekko.apache.org For additional commands, e-mail: commits-h...@pekko.apache.org