From e9ac5fa672583629e706f0bcbb65ffb72edac7ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 18:55:11 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 460be1f..539ffdf 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ dependencies { api 'com.auth0:auth0:1.45.1' api 'com.auth0:java-jwt:3.19.4' - api 'com.auth0:jwks-rsa:0.24.0' + api 'com.auth0:jwks-rsa:0.24.1' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70' testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'