We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62a0792 commit 9c47355Copy full SHA for 9c47355
project/Dependencies.scala
@@ -79,7 +79,7 @@ object Dependencies {
79
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
80
"com.typesafe.akka" %% "akka-http" % AkkaHttpVersion,
81
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
82
- ("software.amazon.awssdk" % "ecs" % "2.21.40").exclude("software.amazon.awssdk", "apache-client"),
+ ("software.amazon.awssdk" % "ecs" % "2.21.46").exclude("software.amazon.awssdk", "apache-client"),
83
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test
84
) ++ JacksonDatabind // aws-java-sdk depends on insecure version of jackson
85
0 commit comments