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