Update oauth2-oidc-sdk to 11.10

This commit is contained in:
Scala Steward
2024-02-18 10:36:40 +00:00
committed by kenji yoshida
parent 652ec3e029
commit 9ea3670a56

View File

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