diff --git a/backend/build.sbt b/backend/build.sbt index 0ac97b54..2d88bd06 100644 --- a/backend/build.sbt +++ b/backend/build.sbt @@ -76,7 +76,7 @@ libraryDependencies ++= Seq( // basic jwt token and jwks support // "com.github.jwt-scala" %% "jwt-play" % "10.0.1", "com.auth0" % "java-jwt" % "4.5.0", - "com.auth0" % "jwks-rsa" % "0.22.1", + "com.auth0" % "jwks-rsa" % "0.23.0", // oauth2 provider dependencies // oauth2 provider dependencies to be able to provide a simple oauth server packed with lasius