Skip to content

Commit

Permalink
Merge pull request #1238 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 Jun 19, 2024
2 parents 187be9a + 2012298 commit 398e897
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 @@ -38,7 +38,7 @@ val playJsonVersion = "3.0.3"
val specsVersion: String = "4.8.3"
val awsSdkVersion: String = "1.12.741"
val doobieVersion: String = "0.13.4"
val catsVersion: String = "2.10.0"
val catsVersion: String = "2.12.0"
val okHttpVersion: String = "4.12.0"
val paClientVersion: String = "7.0.9"
val apacheThrift: String = "0.15.0"
Expand Down Expand Up @@ -417,7 +417,7 @@ 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.26.1",
"com.google.protobuf" % "protobuf-java" % "4.27.0",
"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 398e897

Please sign in to comment.