From 4b7a749f128e3a25e46a78ca6a73279f70506b19 Mon Sep 17 00:00:00 2001 From: tna-digital-archiving-jenkins Date: Tue, 10 Oct 2023 08:35:10 +0000 Subject: [PATCH] Update oauth2-oidc-sdk to 11.2 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 4193d1c..86b1b8f 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.0" + lazy val oauth2 = "com.nimbusds" % "oauth2-oidc-sdk" % "11.2" lazy val sangria = "org.sangria-graphql" %% "sangria" % "4.0.2" }