Skip to content

Commit

Permalink
Merge pull request #1146 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
DavidLawes authored Aug 9, 2023
2 parents 12c4699 + a2be3e9 commit 559c97f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ val jacksonCbor: String = "2.15.2"
val jacksonScalaModule: String = "2.15.2"
val simpleConfigurationVersion: String = "1.5.6"
val googleOAuthClient: String = "1.34.1"
val nettyVersion: String = "4.1.94.Final"
val nettyVersion: String = "4.1.96.Final"
val slf4jVersion: String = "1.7.36"

val standardSettings = Seq[Setting[_]](
Expand Down Expand Up @@ -318,7 +318,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.1",
"com.gu" %% "content-api-client-default" % "19.3.2",
"com.amazonaws" % "aws-java-sdk-dynamodb" % awsSdkVersion,
"com.gu" %% "pa-client" % paClientVersion,
"com.squareup.okhttp3" % "okhttp" % okHttpVersion,
Expand Down Expand Up @@ -426,7 +426,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.23.3",
"com.google.protobuf" % "protobuf-java" % "3.23.4",
"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.9.1
sbt.version=1.9.3
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.1",
"com.github.docker-java" % "docker-java-transport-httpclient5" % "3.3.1"
"com.github.docker-java" % "docker-java-core" % "3.3.2",
"com.github.docker-java" % "docker-java-transport-httpclient5" % "3.3.2"
)

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

0 comments on commit 559c97f

Please sign in to comment.