From 54a9a2cbe3a1925b54f5560d2d686d35204017f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 10:03:56 +0000 Subject: [PATCH] chore(deps): bump com.auth0:jwks-rsa from 0.23.0 to 0.23.1 in /android Bumps [com.auth0:jwks-rsa](https://github.com/auth0/jwks-rsa-java) from 0.23.0 to 0.23.1. - [Release notes](https://github.com/auth0/jwks-rsa-java/releases) - [Changelog](https://github.com/auth0/jwks-rsa-java/blob/master/CHANGELOG.md) - [Commits](https://github.com/auth0/jwks-rsa-java/compare/0.23.0...0.23.1) --- updated-dependencies: - dependency-name: com.auth0:jwks-rsa dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- gradle/dependencies.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 4ff95ce0..dddf6f7c 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -13,7 +13,7 @@ dependencies { implementation 'io.jsonwebtoken:jjwt-api:0.13.0' runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0' runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0' - implementation 'com.auth0:jwks-rsa:0.23.0' + implementation 'com.auth0:jwks-rsa:0.23.1' api 'com.squareup.okhttp3:okhttp:4.12.0' api 'com.azure:azure-core:1.57.1'