diff --git a/build.sbt b/build.sbt index fb604e4fd..078c06ff6 100644 --- a/build.sbt +++ b/build.sbt @@ -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 ), @@ -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, @@ -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, diff --git a/project/plugins.sbt b/project/plugins.sbt index 437b5f207..6e0972ead 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -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/"