This is an automated email from the ASF dual-hosted git repository.
hepin 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 54e9fde5 Update ecs to 2.41.19 (#615)
54e9fde5 is described below
commit 54e9fde59fbc77811ca1df94f3d02fc10bca3454
Author: Scala Steward <[email protected]>
AuthorDate: Sat Jan 31 19:48:06 2026 +0100
Update ecs to 2.41.19 (#615)
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index edc9f197..db85aae3 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.41.16").exclude("software.amazon.awssdk", "apache-client"),
+ ("software.amazon.awssdk" % "ecs" %
"2.41.19").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]