From fbe40c73abf18bf17336c3ac263ec218385e8117 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Mon, 19 Aug 2024 13:09:09 +0000 Subject: [PATCH 01/10] Update sbt-sonatype to 3.11.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 c68710d..52667ec 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.1") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") From 0d8c1251fe8978a4bbbb91d634afeaa72375f3d9 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Wed, 21 Aug 2024 13:51:54 +0000 Subject: [PATCH 02/10] Update oauth2-oidc-sdk to 11.18 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 c4c6dd1..9a5cf60 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.14" + lazy val oauth2 = "com.nimbusds" % "oauth2-oidc-sdk" % "11.18" lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.1.1" } From 1932de18c2e3c44d94e7c93725c77fde65f31f8b Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Wed, 21 Aug 2024 13:51:58 +0000 Subject: [PATCH 03/10] Update sbt-sonatype to 3.11.3 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 52667ec..8fbccde 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.2") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") From b83a478b3b1bb4291c47d6a0bd767c449cb17d6e Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Sat, 31 Aug 2024 08:24:24 +0000 Subject: [PATCH 04/10] Update oauth2-oidc-sdk to 11.19 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 9a5cf60..2c4a0c4 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.18" + lazy val oauth2 = "com.nimbusds" % "oauth2-oidc-sdk" % "11.19" lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.1.1" } From dbe99c163959ebca758cd2993f158228d41b1d24 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Sat, 7 Sep 2024 08:27:00 +0000 Subject: [PATCH 05/10] Update oauth2-oidc-sdk to 11.19.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 2c4a0c4..5e432f3 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" + lazy val oauth2 = "com.nimbusds" % "oauth2-oidc-sdk" % "11.19.1" lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.1.1" } From 069e207bdba3a8641bebc845073d59eb21bcd118 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Sat, 7 Sep 2024 08:27:02 +0000 Subject: [PATCH 06/10] Update circe-core, circe-generic, ... to 0.14.10 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 2c4a0c4..9d7423a 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,7 +2,7 @@ import sbt._ object Dependencies { lazy val circeGenericExtrasVersion = "0.14.4" - lazy val circeVersion = "0.14.9" + lazy val circeVersion = "0.14.10" lazy val sttpVersion = "3.9.7" lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" From aa7334945183a2586f547da192a3210f0e2a8453 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Tue, 10 Sep 2024 08:27:59 +0000 Subject: [PATCH 07/10] Update sangria to 4.2.0 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 78ca429..39d6551 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -14,5 +14,5 @@ object Dependencies { 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 sangria = "org.sangria-graphql" %% "sangria" % "4.1.1" + lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.2.0" } From 86cb0acf39d58683f0153f8560c3a8f723d37e54 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Mon, 16 Sep 2024 08:28:40 +0000 Subject: [PATCH 08/10] Update sbt to 1.10.2 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 ee4c672..0b699c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2 From bd9509b31a6dca06913f79ff0627d56c013b7d3a Mon Sep 17 00:00:00 2001 From: ian-hoyle Date: Mon, 23 Sep 2024 14:25:03 +0100 Subject: [PATCH 09/10] Update version.sbt --- version.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sbt b/version.sbt index 1b8a172..6b548bc 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "0.0.182-SNAPSHOT" +ThisBuild / version := "0.0.183-SNAPSHOT" From 2209d1dd336362115d0f824f63cf747c5da8816f Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Sat, 28 Sep 2024 08:25:13 +0000 Subject: [PATCH 10/10] Update scala-library to 2.13.15 in scala-steward-dependencies --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0e5acb8..bd20eae 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ ThisBuild / description := "A simple graphql client which uses auto generated sa ThisBuild / licenses := List("MIT" -> new URL("https://choosealicense.com/licenses/mit/")) ThisBuild / homepage := Some(url("https://github.com/nationalarchives/tdr-graphql-client")) -scalaVersion := "2.13.14" +scalaVersion := "2.13.15" useGpgPinentry := true publishTo := sonatypePublishToBundle.value