Skip to content

Commit

Permalink
bump: ecs 2.28.29 (was 2.28.11) (#1344)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 30, 2024
1 parent 4e59056 commit 7d6edc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object Dependencies {
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
"com.typesafe.akka" %% "akka-http" % AkkaHttpVersion,
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
("software.amazon.awssdk" % "ecs" % "2.28.11").exclude("software.amazon.awssdk", "apache-client"),
("software.amazon.awssdk" % "ecs" % "2.28.29").exclude("software.amazon.awssdk", "apache-client"),
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test
) ++ JacksonDatabind // aws-java-sdk depends on insecure version of jackson

Expand Down

0 comments on commit 7d6edc4

Please sign in to comment.