Skip to content

Commit

Permalink
Merge pull request #1153 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 Sep 5, 2023
2 parents bb0fdde + c8fe5c0 commit 7d1d069
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ val standardSettings = Seq[Setting[_]](
),
libraryDependencies ++= Seq(
"com.github.nscala-time" %% "nscala-time" % "2.32.0",
"com.softwaremill.macwire" %% "macros" % "2.5.8" % "provided",
"com.softwaremill.macwire" %% "macros" % "2.5.9" % "provided",
specs2 % Test,
"org.specs2" %% "specs2-matcher-extra" % specsVersion % Test
),
Expand Down Expand Up @@ -304,7 +304,7 @@ lazy val football = lambda("football", "football")
libraryDependencies ++= Seq(
"org.scanamo" %% "scanamo" % "1.0.0-M12-1",
"org.scanamo" %% "scanamo-testkit" % "1.0.0-M12-1" % "test",
"com.gu" %% "content-api-client-default" % "19.3.2",
"com.gu" %% "content-api-client-default" % "19.4.0",
"com.amazonaws" % "aws-java-sdk-dynamodb" % awsSdkVersion,
"com.gu" %% "pa-client" % paClientVersion,
"com.squareup.okhttp3" % "okhttp" % okHttpVersion,
Expand Down Expand Up @@ -408,7 +408,7 @@ lazy val notificationworkerlambda = lambda("notificationworkerlambda", "notifica
libraryDependencies ++= Seq(
"com.turo" % "pushy" % "0.13.10",
"com.google.firebase" % "firebase-admin" % "9.1.1",
"com.google.protobuf" % "protobuf-java" % "3.24.0",
"com.google.protobuf" % "protobuf-java" % "3.24.1",
"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
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libraryDependencies ++= Seq(
"com.github.docker-java" % "docker-java-core" % "3.3.2",
"com.github.docker-java" % "docker-java-transport-httpclient5" % "3.3.2"
"com.github.docker-java" % "docker-java-core" % "3.3.3",
"com.github.docker-java" % "docker-java-transport-httpclient5" % "3.3.3"
)

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

0 comments on commit 7d1d069

Please sign in to comment.