From d15bc3826c06fbf7fdd2654c69b7108b5e4b0802 Mon Sep 17 00:00:00 2001 From: tna-da-bot <181243999+tna-da-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 08:31:05 +0000 Subject: [PATCH 1/3] Update sbt, scripted-plugin to 1.10.6 in scala-steward-dependencies --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index c7450fc2a..2a577eee4 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.5 \ No newline at end of file +sbt.version=1.10.6 \ No newline at end of file From ef47e9fae871fc9c38fb09bc31726486a7316f6b Mon Sep 17 00:00:00 2001 From: tna-da-bot <181243999+tna-da-bot@users.noreply.github.com> Date: Sun, 1 Dec 2024 08:31:09 +0000 Subject: [PATCH 2/3] Update s3-utils, sns-utils to 0.1.224 in scala-steward-dependencies --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 16184d454..a276dae40 100644 --- a/build.sbt +++ b/build.sbt @@ -31,8 +31,8 @@ libraryDependencies ++= Seq( "uk.gov.nationalarchives" %% "tdr-auth-utils" % "0.0.222", "uk.gov.nationalarchives" %% "tdr-generated-graphql" % "0.0.395", "uk.gov.nationalarchives" %% "tdr-metadata-validation" % "0.0.84", - "uk.gov.nationalarchives" %% "s3-utils" % "0.1.223", - "uk.gov.nationalarchives" %% "sns-utils" % "0.1.223", + "uk.gov.nationalarchives" %% "s3-utils" % "0.1.224", + "uk.gov.nationalarchives" %% "sns-utils" % "0.1.224", "ch.qos.logback" % "logback-classic" % "1.5.12", ws, "io.opentelemetry" % "opentelemetry-api" % "1.44.1", From f3c0f93678b09294984979199a70e4d54c83ebea Mon Sep 17 00:00:00 2001 From: tna-da-bot <181243999+tna-da-bot@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:19:17 +0000 Subject: [PATCH 3/3] Update jackson-core, jackson-databind to 2.18.2 in scala-steward-dependencies (#4307) Co-authored-by: ian-hoyle --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index a276dae40..874a2708b 100644 --- a/build.sbt +++ b/build.sbt @@ -48,8 +48,8 @@ libraryDependencies ++= Seq( ) libraryDependencies += "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2" -dependencyOverrides += "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.1" -dependencyOverrides += "com.fasterxml.jackson.core" % "jackson-core" % "2.18.1" +dependencyOverrides += "com.fasterxml.jackson.core" % "jackson-databind" % "2.18.2" +dependencyOverrides += "com.fasterxml.jackson.core" % "jackson-core" % "2.18.2" disablePlugins(PlayLogback) scalacOptions ++= Seq("-language:implicitConversions")