From a70ba3677a4d2e5e42099f75f22b6fbdf8e61b4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 10:44:51 +0000 Subject: [PATCH] chore(deps): bump io.jsonwebtoken:jjwt-api in /android Bumps [io.jsonwebtoken:jjwt-api](https://github.com/jwtk/jjwt) from 0.12.6 to 0.12.7. - [Release notes](https://github.com/jwtk/jjwt/releases) - [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md) - [Commits](https://github.com/jwtk/jjwt/compare/0.12.6...0.12.7) --- updated-dependencies: - dependency-name: io.jsonwebtoken:jjwt-api dependency-version: 0.12.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 328efcb2..bba905e4 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -10,9 +10,9 @@ dependencies { implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1' - implementation 'io.jsonwebtoken:jjwt-api:0.12.6' - runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.6' - runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.6' + implementation 'io.jsonwebtoken:jjwt-api:0.12.7' + runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7' + runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7' implementation 'com.auth0:jwks-rsa:0.23.0' api 'com.squareup.okhttp3:okhttp:4.12.0'