Skip to content

Commit 4fc5b73

Browse files
fix(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.29.1 to 11.32
Bumps [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) from 11.29.1 to 11.32. - [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.32..11.29.1) --- updated-dependencies: - dependency-name: com.nimbusds:oauth2-oidc-sdk dependency-version: '11.32' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cdbc2f4 commit 4fc5b73

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.7')
2222
implementation('org.json:json:20250517')
23-
implementation('com.nimbusds:oauth2-oidc-sdk:11.29.1')
23+
implementation('com.nimbusds:oauth2-oidc-sdk:11.32')
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)