Skip to content

Commit 463ef97

Browse files
fix(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.32 to 11.37 (#312)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f79fab commit 463ef97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation('org.slf4j:slf4j-api:2.0.17')
2121
implementation('com.nimbusds:nimbus-jose-jwt:10.9')
2222
implementation('org.json:json:20250517')
23-
implementation('com.nimbusds:oauth2-oidc-sdk:11.32')
23+
implementation('com.nimbusds:oauth2-oidc-sdk:11.37')
2424

2525
testImplementation(platform('org.junit:junit-bom:5.13.4'))
2626
testImplementation('org.junit.jupiter:junit-jupiter:5.13.4')

0 commit comments

Comments
 (0)