Skip to content

Commit ce159e4

Browse files
committed
bump: ecs 2.26.31 (was 2.26.25)
1 parent 6d28eae commit ce159e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ object Dependencies {
7070
"com.typesafe.akka" %% "akka-stream" % AkkaVersion,
7171
"com.typesafe.akka" %% "akka-http" % AkkaHttpVersion,
7272
"com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion,
73-
("software.amazon.awssdk" % "ecs" % "2.26.25").exclude("software.amazon.awssdk", "apache-client"),
73+
("software.amazon.awssdk" % "ecs" % "2.26.31").exclude("software.amazon.awssdk", "apache-client"),
7474
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test
7575
) ++ JacksonDatabind // aws-java-sdk depends on insecure version of jackson
7676

0 commit comments

Comments
 (0)