From 40b73f62c772e8f1506c22ceaf4eb92828b188fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 13:56:39 +0000 Subject: [PATCH] fix(deps): bump com.nimbusds:oauth2-oidc-sdk from 11.10.1 to 11.12 Bumps [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) from 11.10.1 to 11.12. - [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.12..11.10.1) --- updated-dependencies: - dependency-name: com.nimbusds:oauth2-oidc-sdk 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 d93e7b5..1d1664c 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ dependencies { implementation 'org.slf4j:slf4j-api:1.7.36' implementation 'com.nimbusds:nimbus-jose-jwt:9.39.1' implementation 'org.json:json:20240303' - implementation 'com.nimbusds:oauth2-oidc-sdk:11.10.1' + implementation 'com.nimbusds:oauth2-oidc-sdk:11.12' testImplementation 'org.mockito:mockito-core:4.9.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'