We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f76c68 + 6445291 commit 6a6ceb6Copy full SHA for 6a6ceb6
build.sbt
@@ -12,7 +12,7 @@ val pac4jVersion = "6.4.1"
12
val lagomPac4j = "org.pac4j" %% "lagom-pac4j" % "2.2.1"
13
val pac4jHttp = "org.pac4j" % "pac4j-http" % pac4jVersion
14
val pac4jJwt = "org.pac4j" % "pac4j-jwt" % pac4jVersion
15
-val nimbusJoseJwt = "com.nimbusds" % "nimbus-jose-jwt" % "10.8"
+val nimbusJoseJwt = "com.nimbusds" % "nimbus-jose-jwt" % "10.9"
16
val macwire = "com.softwaremill.macwire" %% "macros" % "2.6.7" % Provided
17
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.20" % Test
18
0 commit comments