From f5d734515c446ce1fb2cf80284d42ecd13768deb Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:59:22 +0000 Subject: [PATCH 1/4] Update content-api-client-default to 31.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cb0756bf..a164c0ef 100644 --- a/build.sbt +++ b/build.sbt @@ -311,7 +311,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" % "31.0.3", + "com.gu" %% "content-api-client-default" % "31.1.0", "com.amazonaws" % "aws-java-sdk-dynamodb" % awsSdkVersion, "com.gu" %% "pa-client" % paClientVersion, "com.squareup.okhttp3" % "okhttp" % okHttpVersion, From c2527a22ceb81c8a1ff7befebc07887f85b3331c Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:59:22 +0000 Subject: [PATCH 2/4] Update pa-client to 7.0.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a164c0ef..b3773cd6 100644 --- a/build.sbt +++ b/build.sbt @@ -40,7 +40,7 @@ val awsSdkVersion: String = "1.12.764" val doobieVersion: String = "0.13.4" val catsVersion: String = "2.12.0" val okHttpVersion: String = "4.12.0" -val paClientVersion: String = "7.0.10" +val paClientVersion: String = "7.0.12" val apacheThrift: String = "0.15.0" val jacksonDatabind: String = "2.17.2" val jacksonCbor: String = "2.17.2" From 37e0638d51e12aed74ffdd8a9b66d948914a64d5 Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:59:22 +0000 Subject: [PATCH 3/4] Update logstash-logback-encoder to 8.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b3773cd6..91016cb9 100644 --- a/build.sbt +++ b/build.sbt @@ -264,7 +264,7 @@ def lambda(projectName: String, directoryName: String, mainClassName: Option[Str "com.gu" %% "simple-configuration-core" % simpleConfigurationVersion, "com.gu" %% "simple-configuration-ssm" % simpleConfigurationVersion, "ch.qos.logback" % "logback-classic" % logbackVersion, - "net.logstash.logback" % "logstash-logback-encoder" % "7.4", + "net.logstash.logback" % "logstash-logback-encoder" % "8.0", specs2 % Test ), assemblyJarName := s"$projectName.jar", From b7f08afb1248b639584bea8b23a86e747968539a Mon Sep 17 00:00:00 2001 From: "gu-scala-steward-public-repos[bot]" <108136057+gu-scala-steward-public-repos[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 10:59:22 +0000 Subject: [PATCH 4/4] Update sbt-sonatype to 3.11.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index a54847c4..c5c4bf28 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -17,7 +17,7 @@ libraryDependencies += "org.vafer" % "jdeb" % "1.10" artifacts (Artifact("jdeb", addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.10.0-RC1")