Skip to content

Commit

Permalink
Update awssdk:core, awssdk:sts to 2.27.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 2, 2024
1 parent 511f444 commit 29e9126
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 @@ -42,7 +42,7 @@ lazy val pekkoDependencies = Seq(
"org.apache.pekko" %% "pekko-http-testkit" % pekkoHttpVersion % Test
)

lazy val awsJavaSdkVersion = "2.27.12"
lazy val awsJavaSdkVersion = "2.27.17"
lazy val awsDependencies = Seq(
"software.amazon.awssdk" % "core" % awsJavaSdkVersion,
"software.amazon.awssdk" % "sts" % awsJavaSdkVersion
Expand Down

0 comments on commit 29e9126

Please sign in to comment.