Skip to content

Commit

Permalink
Merge pull request #793 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 Nov 13, 2023
2 parents b00df2a + 7b5ace3 commit 7d98da0
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 @@ -65,8 +65,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.0",
"org.playframework" %% "play-json-joda" % "3.0.0",
"org.playframework" %% "play-json" % "3.0.1",
"org.playframework" %% "play-json-joda" % "3.0.1",
"ai.x" %% "play-json-extensions" % "0.42.0",
ws,
"org.scala-stm" %% "scala-stm" % "0.11.1",
Expand Down

0 comments on commit 7d98da0

Please sign in to comment.