From 0da05638f6c79f9c21198e551fe822da8455e60b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:03:25 +0000 Subject: [PATCH] Update dependency com.auth0:jwks-rsa to v0.23.0 --- backend/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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