This is an automated email from the ASF dual-hosted git repository.
Philippus 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 bfefe5d4 Update ecs to 2.51.4 (#937)
bfefe5d4 is described below
commit bfefe5d432e6f3a1656a642041ef70d74f6abcf7
Author: Scala Steward <[email protected]>
AuthorDate: Tue Aug 11 17:54:21 2026 +0200
Update ecs to 2.51.4 (#937)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index af775c5d..8a44ee9f 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -83,7 +83,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.51.3").exclude("software.amazon.awssdk", "apache-client"),
+ ("software.amazon.awssdk" % "ecs" %
"2.51.4").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: [email protected]
For additional commands, e-mail: [email protected]