From 53d55223f38682d7fa6bacc0cc0b1fb3de7f3ee8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 08:44:48 +0000 Subject: [PATCH] chore(deps): 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] --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 22930071..b15ca739 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -1,6 +1,6 @@ dependencies { - implementation 'com.auth0:java-jwt:4.5.2' + implementation 'com.auth0:java-jwt:4.6.0' implementation 'com.squareup.okhttp3:okhttp:5.4.0' implementation 'com.google.code.gson:gson:2.14.0'