From a2b6c0328aab175fe63a4d8b364bf0f6abec15e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 03:52:44 +0000 Subject: [PATCH] fix(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.32 to 11.37 Bumps [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) from 11.32 to 11.37. - [Changelog](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions/branches/compare/11.37..11.32) --- updated-dependencies: - dependency-name: com.nimbusds:oauth2-oidc-sdk dependency-version: '11.37' 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 33e0ca6..f97d479 100644 --- a/build.gradle +++ b/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation('org.slf4j:slf4j-api:2.0.17') implementation('com.nimbusds:nimbus-jose-jwt:10.9') implementation('org.json:json:20250517') - implementation('com.nimbusds:oauth2-oidc-sdk:11.32') + implementation('com.nimbusds:oauth2-oidc-sdk:11.37') testImplementation(platform('org.junit:junit-bom:5.13.4')) testImplementation('org.junit.jupiter:junit-jupiter:5.13.4')