Skip to content

Commit e36d8df

Browse files
Update aws-lambda-java-events to 3.16.0
1 parent c6a8051 commit e36d8df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ lazy val sloMonitor = lambda("slomonitor", "slomonitor", Some("com.gu.notificati
345345
Seq(
346346
description := "Monitors SLO performance for breaking news notifications",
347347
libraryDependencies ++= Seq(
348-
"com.amazonaws" % "aws-lambda-java-events" % "3.15.0",
348+
"com.amazonaws" % "aws-lambda-java-events" % "3.16.0",
349349
"com.amazonaws" % "aws-java-sdk-cloudwatch" % awsSdkVersion,
350350
"io.netty" % "netty-codec" % nettyVersion,
351351
"io.netty" % "netty-codec-http" % nettyVersion,

0 commit comments

Comments
 (0)