Skip to content

Commit

Permalink
Upgrade the protobuf libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseydew committed Sep 26, 2024
1 parent e053aeb commit 26cf49c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +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.28.1",
"com.google.protobuf" % "protobuf-java" % "4.28.2",
"com.google.protobuf" % "protobuf-java-util" % "4.28.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 26cf49c

Please sign in to comment.