Skip to content

Commit

Permalink
Merge pull request #1308 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
lindseydew authored Sep 26, 2024
2 parents 59f661d + f1ef7a1 commit e053aeb
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 @@ -351,7 +351,7 @@ lazy val sloMonitor = lambda("slomonitor", "slomonitor", Some("com.gu.notificati
Seq(
description := "Monitors SLO performance for breaking news notifications",
libraryDependencies ++= Seq(
"com.amazonaws" % "aws-lambda-java-events" % "3.13.0",
"com.amazonaws" % "aws-lambda-java-events" % "3.14.0",
"com.amazonaws" % "aws-java-sdk-cloudwatch" % awsSdkVersion,
"io.netty" % "netty-codec" % nettyVersion,
"io.netty" % "netty-codec-http" % nettyVersion,
Expand Down

0 comments on commit e053aeb

Please sign in to comment.