Skip to content

Commit

Permalink
Merge pull request #78 from narrative-io/update-aws-sdk
Browse files Browse the repository at this point in the history
Update Java SDK to 1.12.597 to benefit from IMDSv2
  • Loading branch information
tpunder authored Nov 30, 2023
2 parents 27f19fc + 1da87d1 commit f0dc20d
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 f0dc20d

Please sign in to comment.