From f4c4855a9c5294a3c2daa8fd3c548a49fd68a70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 15:57:55 +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] --- dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.gradle b/dependencies.gradle index ac68c96987a..c59422ad2da 100644 --- a/dependencies.gradle +++ b/dependencies.gradle @@ -76,7 +76,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.3' implementation 'oro:oro:2.0.8' implementation 'wsdl4j:wsdl4j:1.6.3' - implementation 'com.auth0:java-jwt:4.5.1' + implementation 'com.auth0:java-jwt:4.5.2' implementation 'com.auth0:jwks-rsa:0.23.1' implementation 'org.jdom:jdom2:2.0.6.1' implementation 'com.google.re2j:re2j:1.8'