Update oauth2-oidc-sdk to 11.4

This commit is contained in:
Scala Steward
2023-10-18 20:39:19 +00:00
committed by kenji yoshida
parent 01a9883847
commit 31e3fc64fc

View File

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