Skip to content

Commit

Permalink
Merge pull request #882 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
JuliaBrigitte authored May 1, 2024
2 parents c313cee + f388488 commit 543f2e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ lazy val root = (project in file("."))
"com.beust" % "jcommander" % "1.82", // TODO: remove once security vulnerability introduced by aws sdk v2 fixed: https://snyk.io/vuln/maven:com.beust%3Ajcommanderbu
"com.amazonaws" % "aws-java-sdk-dynamodb" % awsVersionOne,
"com.amazonaws" % "aws-java-sdk-autoscaling" % awsVersionOne,
"org.playframework" %% "play-json" % "3.0.2",
"org.playframework" %% "play-json-joda" % "3.0.2",
"org.playframework" %% "play-json" % "3.0.3",
"org.playframework" %% "play-json-joda" % "3.0.3",
ws,
"org.scala-stm" %% "scala-stm" % "0.11.1",
filters,
Expand Down

0 comments on commit 543f2e9

Please sign in to comment.