Skip to content

Commit 9c47355

Browse files
bump: ecs 2.21.46 (was 2.21.40) (#1250)
1 parent 62a0792 commit 9c47355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ object Dependencies {
7979
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
8080
"com.typesafe.akka" %% "akka-http" % AkkaHttpVersion,
8181
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
82-
("software.amazon.awssdk" % "ecs" % "2.21.40").exclude("software.amazon.awssdk", "apache-client"),
82+
("software.amazon.awssdk" % "ecs" % "2.21.46").exclude("software.amazon.awssdk", "apache-client"),
8383
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test
8484
) ++ JacksonDatabind // aws-java-sdk depends on insecure version of jackson
8585

0 commit comments

Comments
 (0)