From f79a85bc62131f1b95e3c2d3098f5336d07f03a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:53:54 +0000 Subject: [PATCH] Bump com.auth0:jwks-rsa from 0.24.0 to 0.24.1 Bumps [com.auth0:jwks-rsa](https://github.com/auth0/jwks-rsa-java) from 0.24.0 to 0.24.1. - [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.24.0...0.24.1) --- updated-dependencies: - dependency-name: com.auth0:jwks-rsa dependency-version: 0.24.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 ef324d1..ccf8c92 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.24.0' + implementation 'com.auth0:jwks-rsa:0.24.1' // Test dependencies testImplementation 'junit:junit:4.13.2'