Skip to content

Commit

Permalink
Merge pull request #1359 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
lindseydew authored Jan 8, 2025
2 parents c66b853 + 8184b16 commit 5cb8bf6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ val jacksonDatabind: String = "2.18.2"
val jacksonCbor: String = "2.18.2"
val jacksonScalaModule: String = "2.18.2"
val simpleConfigurationVersion: String = "1.5.7"
val googleOAuthClient: String = "1.36.0"
val nettyVersion: String = "4.1.115.Final"
val googleOAuthClient: String = "1.37.0"
val nettyVersion: String = "4.1.116.Final"
val slf4jVersion: String = "1.7.36"
val logbackVersion: String = "1.5.12"
val logbackVersion: String = "1.5.14"

val standardSettings = Seq[Setting[_]](
// We should remove this when all transitive dependencies use the same version of scala-xml
Expand Down Expand Up @@ -418,8 +418,8 @@ lazy val notificationworkerlambda = lambda("notificationworkerlambda", "notifica
libraryDependencies ++= Seq(
"com.turo" % "pushy" % "0.13.10",
"com.google.firebase" % "firebase-admin" % "9.2.0",
"com.google.protobuf" % "protobuf-java" % "4.29.1",
"com.google.protobuf" % "protobuf-java-util" % "4.29.1",
"com.google.protobuf" % "protobuf-java" % "4.29.2",
"com.google.protobuf" % "protobuf-java-util" % "4.29.2",
"com.amazonaws" % "aws-lambda-java-events" % "2.2.9",
"com.amazonaws" % "aws-java-sdk-sqs" % awsSdkVersion,
"com.amazonaws" % "aws-java-sdk-s3" % awsSdkVersion,
Expand Down

0 comments on commit 5cb8bf6

Please sign in to comment.