Skip to content

Commit

Permalink
Merge pull request #505 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
rtyley authored Oct 10, 2024
2 parents b8d7be7 + db191bf commit 3e71881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy val `aws-parameterstore-secret-supplier-base` =

val awsSdkForVersion = Map(
1 -> "com.amazonaws" % "aws-java-sdk-ssm" % "1.12.773",
2 -> "software.amazon.awssdk" % "ssm" % "2.27.22"
2 -> "software.amazon.awssdk" % "ssm" % "2.27.24"
)

def awsParameterStoreWithSdkVersion(version: Int)=
Expand Down

0 comments on commit 3e71881

Please sign in to comment.