From cf3b2159a89ee5436080820344cc1ba66ee94a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:43:12 +0000 Subject: [PATCH] chore(deps): bump com.auth0:java-jwt from 4.6.0 to 4.6.1 Bumps [com.auth0:java-jwt](https://github.com/auth0/java-jwt) from 4.6.0 to 4.6.1. - [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.6.0...4.6.1) --- updated-dependencies: - dependency-name: com.auth0:java-jwt dependency-version: 4.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 480572ff..ecc28f2a 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -1,6 +1,6 @@ dependencies { - implementation 'com.auth0:java-jwt:4.6.0' + implementation 'com.auth0:java-jwt:4.6.1' implementation 'com.squareup.okhttp3:okhttp:5.5.0' implementation 'com.google.code.gson:gson:2.14.0'