Skip to content

Commit

Permalink
Update awssdk:core, awssdk:sts to 2.28.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 30, 2024
1 parent 0e70c1a commit 5e430d3
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.28.6"
lazy val awsJavaSdkVersion = "2.28.11"
lazy val awsDependencies = Seq(
"software.amazon.awssdk" % "core" % awsJavaSdkVersion,
"software.amazon.awssdk" % "sts" % awsJavaSdkVersion
Expand Down

0 comments on commit 5e430d3

Please sign in to comment.