Skip to content

Commit

Permalink
Merge pull request #312 from nationalarchives/update/ssm-2.21.2
Browse files Browse the repository at this point in the history
Update ssm to 2.21.2
  • Loading branch information
TomJKing authored Oct 20, 2023
2 parents 1ff9aa8 + 7fb39e1 commit 7bc8c1a
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 @@ -6,7 +6,7 @@ object Dependencies {

lazy val authUtils = "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.171"
lazy val awsLambda = "com.amazonaws" % "aws-lambda-java-core" % "1.2.3"
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.21.0"
lazy val awsSsm = "software.amazon.awssdk" % "ssm" % "2.21.2"
lazy val typeSafeConfig = "com.typesafe" % "config" % "1.4.2"
lazy val generatedGraphql = "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.350"
lazy val graphqlClient = "uk.gov.nationalarchives" %% "tdr-graphql-client" % "0.0.133"
Expand Down

0 comments on commit 7bc8c1a

Please sign in to comment.