From 6ec62b990ca169a93874c91a77d9d9d2bc5a07b8 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 Jan 2024 09:58:07 +0000 Subject: [PATCH 1/4] Update jackson-annotations to 2.16.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 8deb3010..a14abe80 100644 --- a/build.sbt +++ b/build.sbt @@ -73,7 +73,7 @@ scalacOptions ++= Seq( "-Xfatal-warnings" ) -val jacksonVersion = "2.16.0" +val jacksonVersion = "2.16.1" val circeVersion = "0.14.6" // These can live in the same codebase, see: https://aws.amazon.com/blogs/developer/aws-sdk-for-java-2-x-released/ From 6ee78b69533523de83eee27fa4689ca259eba31d 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 Jan 2024 09:58:09 +0000 Subject: [PATCH 2/4] Update pekko-actor-typed to 1.0.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a14abe80..15d3f075 100644 --- a/build.sbt +++ b/build.sbt @@ -88,7 +88,7 @@ libraryDependencies ++= Seq( "com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion, "org.scanamo" %% "scanamo" % "1.0.0-M30", "com.beachape" %% "enumeratum" % "1.7.3", - "org.apache.pekko" %% "pekko-actor-typed" % "1.0.1", + "org.apache.pekko" %% "pekko-actor-typed" % "1.0.2", "com.gu" %% "simple-configuration-ssm" % "1.6.4", "com.gu.play-secret-rotation" %% "play-v30" % "6.0.8", "com.gu.play-secret-rotation" %% "aws-parameterstore-sdk-v2" % "6.0.8", From c0d9aaa89bd2e00570131c6268dbe04998bc2f51 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 Jan 2024 09:58:10 +0000 Subject: [PATCH 3/4] Update sbt-plugin to 3.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7eccf7dd..b245a3cf 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.0") +addSbtPlugin("org.playframework" % "sbt-plugin" % "3.0.1") // sbt-native-packager cannot be updated to >1.9.9 until Play supports scala-xml 2 addSbtPlugin( From 95f016bfe00484c343448d37606895395048c6b1 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 Jan 2024 09:58:11 +0000 Subject: [PATCH 4/4] Update sbt to 1.9.8 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index e8a1e246..abbbce5d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.8