From 9a2689f51bc4b211de2e3379c0de86d6e0ac5ad6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 06:26:29 +0000 Subject: [PATCH] fix(deps): bump com.nimbusds:nimbus-jose-jwt from 10.5 to 10.7 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 10.5 to 10.7. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.7..10.5) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.7' 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 7194c34..dec6ad4 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.5') + implementation('com.nimbusds:nimbus-jose-jwt:10.7') implementation('org.json:json:20250517') implementation('com.nimbusds:oauth2-oidc-sdk:11.29.1')