From efca95c1d9578e5279a00522a7c8f0a26793d05b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 18:46:13 +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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c886785f..bc7d0cfc 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'signing' dependencies { implementation 'com.squareup.okhttp3:okhttp:5.5.0' implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.2' - implementation 'com.auth0:java-jwt:4.5.2' + implementation 'com.auth0:java-jwt:4.6.0' implementation 'org.bouncycastle:bcprov-jdk18on:1.85.2' testImplementation 'org.junit.jupiter:junit-jupiter:6.1.3'