From 632f12bf3ea17c4dbca34533f1d57dc89c958695 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: Fri, 12 Apr 2024 10:00:21 +0000 Subject: [PATCH 1/4] Update logback-classic to 1.5.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 40beb7e1..a698e92b 100644 --- a/build.sbt +++ b/build.sbt @@ -104,7 +104,7 @@ libraryDependencies ++= Seq( "com.amazonaws" % "aws-java-sdk-kinesis" % awsV1SdkVersion, "net.logstash.logback" % "logstash-logback-encoder" % "7.4", // Transient dependency of Play. No newer version of Play with this vulnerability fixed. - "ch.qos.logback" % "logback-classic" % "1.5.3", + "ch.qos.logback" % "logback-classic" % "1.5.4", "software.amazon.awssdk" % "dynamodb" % awsV2SdkVersion, "software.amazon.awssdk" % "auth" % awsV2SdkVersion, "software.amazon.awssdk" % "regions" % awsV2SdkVersion, From bb3b7ac16b774cac2fb1f97d1c0259239ca502d1 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: Fri, 12 Apr 2024 10:00:23 +0000 Subject: [PATCH 2/4] Update play-v30 to 7.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a698e92b..746d436d 100644 --- a/build.sbt +++ b/build.sbt @@ -92,7 +92,7 @@ libraryDependencies ++= Seq( "com.gu" %% "simple-configuration-ssm" % "1.7.0", "com.gu.play-secret-rotation" %% "play-v30" % "8.2.0", "com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v2" % "8.2.0", - "com.gu.play-googleauth" %% "play-v30" % "6.1.0", + "com.gu.play-googleauth" %% "play-v30" % "7.1.0", // Pin play-bootstrap because it is tied to the bootstrap version "com.adrianhurt" %% "play-bootstrap" % "1.6.1-P28-B3", // scala-steward:off "org.quartz-scheduler" % "quartz" % "2.3.2", From ade7ae337db0b7cae0f13eb04271caeef7ce9170 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: Fri, 12 Apr 2024 10:00:24 +0000 Subject: [PATCH 3/4] Update aws-parameterstore-sdk-v2 to 8.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 746d436d..0b806bf6 100644 --- a/build.sbt +++ b/build.sbt @@ -91,7 +91,7 @@ libraryDependencies ++= Seq( "org.apache.pekko" %% "pekko-actor-typed" % "1.0.2", "com.gu" %% "simple-configuration-ssm" % "1.7.0", "com.gu.play-secret-rotation" %% "play-v30" % "8.2.0", - "com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v2" % "8.2.0", + "com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v2" % "8.2.1", "com.gu.play-googleauth" %% "play-v30" % "7.1.0", // Pin play-bootstrap because it is tied to the bootstrap version "com.adrianhurt" %% "play-bootstrap" % "1.6.1-P28-B3", // scala-steward:off From b472e632b2118a727dd6244be78fd89b35c268a5 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: Fri, 12 Apr 2024 10:00:26 +0000 Subject: [PATCH 4/4] Update play-v30 to 8.2.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0b806bf6..2934b02e 100644 --- a/build.sbt +++ b/build.sbt @@ -90,7 +90,7 @@ libraryDependencies ++= Seq( "com.beachape" %% "enumeratum" % "1.7.3", "org.apache.pekko" %% "pekko-actor-typed" % "1.0.2", "com.gu" %% "simple-configuration-ssm" % "1.7.0", - "com.gu.play-secret-rotation" %% "play-v30" % "8.2.0", + "com.gu.play-secret-rotation" %% "play-v30" % "8.2.1", "com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v2" % "8.2.1", "com.gu.play-googleauth" %% "play-v30" % "7.1.0", // Pin play-bootstrap because it is tied to the bootstrap version