From ccdad07e072cff726a16914b2e814add8fad6f4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 18:54:58 +0000 Subject: [PATCH] Bump com.auth0:jwks-rsa from 0.23.0 to 0.23.1 Bumps [com.auth0:jwks-rsa](https://github.com/auth0/jwks-rsa-java) from 0.23.0 to 0.23.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.23.0...0.23.1) --- updated-dependencies: - dependency-name: com.auth0:jwks-rsa dependency-version: 0.23.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 370b6ae..9f4796e 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.23.0' + api 'com.auth0:jwks-rsa:0.23.1' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70' testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0'