From def6fd3a9a620ee4008a0253a5316136733e6634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 02:04:26 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d3825c09..0716f622 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'signing' dependencies { implementation 'com.squareup.okhttp3:okhttp:4.12.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1' - implementation 'com.auth0:java-jwt:4.5.1' + implementation 'com.auth0:java-jwt:4.5.2' implementation 'org.bouncycastle:bcprov-jdk18on:1.84' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.1'