Skip to content

Commit

Permalink
Update AwsSdkVersion re snyk high vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
codingWithRach committed Jan 23, 2024
1 parent 70562ef commit 468a358
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 @@ -7,7 +7,7 @@ name := "editors-picks-uploader"

lazy val editorsPicksUploader = (project in file(".")).enablePlugins(JavaAppPackaging)

val AwsSdkVersion = "1.12.261"
val AwsSdkVersion = "1.12.641"

libraryDependencies ++= Seq(
"com.amazonaws" % "aws-lambda-java-core" % "1.2.2",
Expand Down

0 comments on commit 468a358

Please sign in to comment.