From 6ac7fecb8b5faab104a0e53830ac7d02fea4e487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 03:15:34 +0000 Subject: [PATCH] fix(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37.3 to 9.39 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.37.3 to 9.39. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.39..9.37.3) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt 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 a6ebc84..cdf7f7d 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ version '1.1.1' dependencies { implementation 'org.slf4j:slf4j-api:1.7.36' - implementation 'com.nimbusds:nimbus-jose-jwt:9.37.3' + implementation 'com.nimbusds:nimbus-jose-jwt:9.39' implementation 'org.json:json:20240303' implementation 'com.nimbusds:oauth2-oidc-sdk:11.10.1'