Skip to content

Commit

Permalink
Update Java SDK to 1.12.597 to benefit from IMDSv2
Browse files Browse the repository at this point in the history
  • Loading branch information
samidalouche committed Nov 29, 2023
1 parent 27f19fc commit 1da87d1
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 @@ -32,7 +32,7 @@ scriptedLaunchOpts ++= Seq("-Xmx1024M", "-Dplugin.version=" + version.value)

crossSbtVersions := Vector("0.13.18", "1.1.0")

val amazonSDKVersion = "1.12.134"
val amazonSDKVersion = "1.12.597"

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-java-sdk-s3" % amazonSDKVersion,
Expand Down

0 comments on commit 1da87d1

Please sign in to comment.