Skip to content

Commit

Permalink
Merge pull request #1350 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
waisingyiu authored Dec 4, 2024
2 parents 179eafe + d8a2c30 commit e2e6ec5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ val catsVersion: String = "2.12.0"
val okHttpVersion: String = "4.12.0"
val paClientVersion: String = "7.0.12"
val apacheThrift: String = "0.15.0"
val jacksonDatabind: String = "2.18.1"
val jacksonCbor: String = "2.18.1"
val jacksonScalaModule: String = "2.18.1"
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"
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.28.3",
"com.google.protobuf" % "protobuf-java-util" % "4.28.3",
"com.google.protobuf" % "protobuf-java" % "4.29.0",
"com.google.protobuf" % "protobuf-java-util" % "4.29.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
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.5
sbt.version=1.10.6
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ libraryDependencies ++= Seq(

resolvers += "Typesafe repository" at "https://repo.typesafe.com/typesafe/releases/"

addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.5")
addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.6")

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.8.1")

Expand Down

0 comments on commit e2e6ec5

Please sign in to comment.