Skip to content

Commit

Permalink
Merge pull request #1158 from guardian/update/aws
Browse files Browse the repository at this point in the history
chore(deps): AWS dependency updates
  • Loading branch information
waisingyiu authored Sep 12, 2023
2 parents 7d1d069 + 231be17 commit 1f6982a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ThisBuild / scalacOptions ++= compilerOptions

val playJsonVersion = "2.9.4"
val specsVersion: String = "4.8.3"
val awsSdkVersion: String = "1.12.539"
val awsSdkVersion: String = "1.12.543"
val doobieVersion: String = "0.13.4"
val catsVersion: String = "2.10.0"
val okHttpVersion: String = "4.11.0"
Expand Down 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 1f6982a

Please sign in to comment.