From 0fca82a0fc86f97f70ec79d90912a2e186336717 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 03:52:33 +0000 Subject: [PATCH] fix(deps): bump com.nimbusds:nimbus-jose-jwt from 10.7 to 10.9 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.7 to 10.9. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.9..10.7) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.9' 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 8b416d2..33e0ca6 100644 --- a/build.gradle +++ b/build.gradle @@ -18,7 +18,7 @@ version = '1.1.5' dependencies { implementation('org.slf4j:slf4j-api:2.0.17') - implementation('com.nimbusds:nimbus-jose-jwt:10.7') + implementation('com.nimbusds:nimbus-jose-jwt:10.9') implementation('org.json:json:20250517') implementation('com.nimbusds:oauth2-oidc-sdk:11.32')