From 4d24194ec1272452ce8e3f57e550eb1d67125bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Apr 2025 03:55:26 +0000 Subject: [PATCH] fix(deps): bump com.nimbusds:nimbus-jose-jwt from 9.40 to 10.2 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.40 to 10.2. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.2..9.40) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-version: '10.2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 444e79a..75f47e6 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ version '1.1.3' dependencies { implementation 'org.slf4j:slf4j-api:1.7.36' - implementation 'com.nimbusds:nimbus-jose-jwt:9.40' + implementation 'com.nimbusds:nimbus-jose-jwt:10.2' implementation 'org.json:json:20250107' implementation 'com.nimbusds:oauth2-oidc-sdk:11.23'