Update oauth2-oidc-sdk to 9.35

This commit is contained in:
Scala Steward
2022-04-26 15:47:23 +00:00
committed by kenji yoshida
parent 1e47e96634
commit 7a8da2f074

View File

@@ -56,7 +56,7 @@ libraryDependencies ++= Seq(
"org.cache2k" % "cache2k-all" % "1.6.0.Final",
"net.coobird" % "thumbnailator" % "0.4.17",
"com.github.zafarkhaja" % "java-semver" % "0.9.0",
"com.nimbusds" % "oauth2-oidc-sdk" % "9.34",
"com.nimbusds" % "oauth2-oidc-sdk" % "9.35",
"org.eclipse.jetty" % "jetty-webapp" % JettyVersion % "provided",
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided",
"junit" % "junit" % "4.13.2" % "test",