Skip to content

Commit 07e9540

Browse files
Update aws-lambda-java-events to 3.15.0
1 parent 343fa83 commit 07e9540

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
@@ -351,7 +351,7 @@ lazy val sloMonitor = lambda("slomonitor", "slomonitor", Some("com.gu.notificati
351351
Seq(
352352
description := "Monitors SLO performance for breaking news notifications",
353353
libraryDependencies ++= Seq(
354-
"com.amazonaws" % "aws-lambda-java-events" % "3.14.0",
354+
"com.amazonaws" % "aws-lambda-java-events" % "3.15.0",
355355
"com.amazonaws" % "aws-java-sdk-cloudwatch" % awsSdkVersion,
356356
"io.netty" % "netty-codec" % nettyVersion,
357357
"io.netty" % "netty-codec-http" % nettyVersion,

0 commit comments

Comments
 (0)