Skip to content

Commit

Permalink
Update aws-lambda-java-events to 3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
1 parent 6b077e1 commit 231be17
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 @@ -341,7 +341,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.11.2",
"com.amazonaws" % "aws-lambda-java-events" % "3.11.3",
"com.amazonaws" % "aws-java-sdk-cloudwatch" % awsSdkVersion,
"io.netty" % "netty-codec" % nettyVersion,
"io.netty" % "netty-codec-http" % nettyVersion,
Expand Down

0 comments on commit 231be17

Please sign in to comment.