Skip to content

Commit 435650d

Browse files
bump: ecs 2.26.31 (was 2.26.25) (#1318)
1 parent c2198ce commit 435650d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)