From 8b9ae138558d0177770edec54fdfebeac501d450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 09:21:40 +0000 Subject: [PATCH] Bump com.auth0:jwks-rsa from 0.23.1 to 0.24.0 Bumps [com.auth0:jwks-rsa](https://github.com/auth0/jwks-rsa-java) from 0.23.1 to 0.24.0. - [Release notes](https://github.com/auth0/jwks-rsa-java/releases) - [Changelog](https://github.com/auth0/jwks-rsa-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/jwks-rsa-java/compare/0.23.1...0.24.0) --- updated-dependencies: - dependency-name: com.auth0:jwks-rsa dependency-version: 0.24.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- auth0-api-java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth0-api-java/build.gradle b/auth0-api-java/build.gradle index 7cab34f..ef324d1 100644 --- a/auth0-api-java/build.gradle +++ b/auth0-api-java/build.gradle @@ -31,7 +31,7 @@ dependencies { // JWT validation dependencies implementation 'com.auth0:java-jwt:4.5.2' - implementation 'com.auth0:jwks-rsa:0.23.1' + implementation 'com.auth0:jwks-rsa:0.24.0' // Test dependencies testImplementation 'junit:junit:4.13.2'