From 506605ff57e6a41032d7400c756e2c47d24392b3 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Tue, 1 Oct 2024 08:29:08 +0000 Subject: [PATCH 1/5] Update oauth2-oidc-sdk to 11.20 in scala-steward-dependencies --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 39d6551..e88e1e7 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -13,6 +13,6 @@ object Dependencies { lazy val circeGenericExtras = "io.circe" %% "circe-generic-extras" % circeGenericExtrasVersion lazy val sttp = "com.softwaremill.sttp.client3" %% "core" % sttpVersion lazy val sttpCirce = "com.softwaremill.sttp.client3" %% "circe" % sttpVersion - lazy val oauth2 = "com.nimbusds" % "oauth2-oidc-sdk" % "11.19.1" + lazy val oauth2 = "com.nimbusds" % "oauth2-oidc-sdk" % "11.20" lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.2.0" } From b6d4d0f0cd43ac149e00ab1d6cb427cb7ffef266 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Mon, 7 Oct 2024 08:23:34 +0000 Subject: [PATCH 2/5] Update sbt-pgp to 2.3.0 in scala-steward-dependencies --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8fbccde..3e4a108 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") resolvers += Resolver.jcenterRepo addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") From 35a72cf13019ca5a900c55ddd9bae03f7d15bd81 Mon Sep 17 00:00:00 2001 From: tna-da-bot <181243999+tna-da-bot@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:19:28 +0000 Subject: [PATCH 3/5] Update sbt-sonatype to 3.12.0 in scala-steward-dependencies --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3e4a108..6df1056 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") resolvers += Resolver.jcenterRepo -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") From e626ce84f3980b5e3a3c5d82928702640d70d4c7 Mon Sep 17 00:00:00 2001 From: tna-da-bot <181243999+tna-da-bot@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:29:11 +0000 Subject: [PATCH 4/5] Update oauth2-oidc-sdk to 11.20.1 in scala-steward-dependencies --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index e88e1e7..17c5dd3 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -13,6 +13,6 @@ object Dependencies { lazy val circeGenericExtras = "io.circe" %% "circe-generic-extras" % circeGenericExtrasVersion lazy val sttp = "com.softwaremill.sttp.client3" %% "core" % sttpVersion lazy val sttpCirce = "com.softwaremill.sttp.client3" %% "circe" % sttpVersion - lazy val oauth2 = "com.nimbusds" % "oauth2-oidc-sdk" % "11.20" + lazy val oauth2 = "com.nimbusds" % "oauth2-oidc-sdk" % "11.20.1" lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.2.0" } From 3975f0fa9278aed4a2aa06549b208d032b6c429a Mon Sep 17 00:00:00 2001 From: tna-da-bot <181243999+tna-da-bot@users.noreply.github.com> Date: Sun, 13 Oct 2024 08:29:13 +0000 Subject: [PATCH 5/5] Update sbt-sonatype to 3.12.2 in scala-steward-dependencies --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6df1056..813f86b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") resolvers += Resolver.jcenterRepo -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0")