From 2582d3d9302aef5df3b19e11b64a4f2b24c3ff69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 09:56:09 +0000 Subject: [PATCH] Bump com.auth0:jwks-rsa from 0.22.1 to 0.23.0 Bumps [com.auth0:jwks-rsa](https://github.com/auth0/jwks-rsa-java) from 0.22.1 to 0.23.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.22.1...0.23.0) --- updated-dependencies: - dependency-name: com.auth0:jwks-rsa dependency-version: 0.23.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 020d940..d6ab17e 100644 --- a/auth0-api-java/build.gradle +++ b/auth0-api-java/build.gradle @@ -21,7 +21,7 @@ dependencies { // JWT validation dependencies implementation 'com.auth0:java-jwt:4.4.0' - implementation 'com.auth0:jwks-rsa:0.22.1' + implementation 'com.auth0:jwks-rsa:0.23.0' // Test dependencies testImplementation 'junit:junit:4.13.2'