From 127fa8ae99dab3dad6b97d4b64601dbd84747bd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 09:17:46 +0000 Subject: [PATCH] Bump com.auth0:java-jwt from 4.5.1 to 4.5.2 Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.5.1 to 4.5.2. - [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.1...4.5.2) --- updated-dependencies: - dependency-name: com.auth0:java-jwt dependency-version: 4.5.2 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 017963e..7cab34f 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.1' + implementation 'com.auth0:java-jwt:4.5.2' implementation 'com.auth0:jwks-rsa:0.23.1' // Test dependencies