From 7aedacf351fd158484b21f0ef8930b80b5a2e330 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:15:41 +0000 Subject: [PATCH] Bump com.auth0:java-jwt from 4.5.2 to 4.6.0 Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.5.2 to 4.6.0. - [Release notes](https://github.com/auth0/java-jwt/releases) - [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/java-jwt/compare/4.5.2...4.6.0) --- updated-dependencies: - dependency-name: com.auth0:java-jwt dependency-version: 4.6.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 2d78011..9169a55 100644 --- a/auth0-api-java/build.gradle +++ b/auth0-api-java/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'org.apache.httpcomponents:httpclient:4.5.14' // JWT validation dependencies - implementation 'com.auth0:java-jwt:4.5.2' + implementation 'com.auth0:java-jwt:4.6.0' implementation 'com.auth0:jwks-rsa:0.24.1' // Test dependencies