From 996ad4302fb4bb8f591a1395dc55181d2dd53141 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 03:29:04 +0000 Subject: [PATCH] fix(deps): bump com.nimbusds:oauth2-oidc-sdk from 10.14.2 to 10.15 Bumps [com.nimbusds:oauth2-oidc-sdk](https://bitbucket.org/connect2id/oauth-2.0-sdk-with-openid-connect-extensions) from 10.14.2 to 10.15. - [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/10.15..10.14.2) --- 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 b7d3a34..e10e140 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ dependencies { implementation 'com.nimbusds:nimbus-jose-jwt:9.31' implementation 'org.json:json:20230618' implementation 'org.apache.httpcomponents:httpclient:4.5.14' - implementation 'com.nimbusds:oauth2-oidc-sdk:10.14.2' + implementation 'com.nimbusds:oauth2-oidc-sdk:10.15' testImplementation 'org.mockito:mockito-core:4.9.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'