From d8a3bf962312f6ba1b852bc20b990c86b5e3d2be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:01:08 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 9.31 to 9.39.3 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.31 to 9.39.3. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.39.3..9.31) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index 6032c348d36..304f314c9c4 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -63,7 +63,7 @@ ext { junitVersion = '4.13.2' junitjupiterVersion = '5.9.3' junitplatformVersion = '1.9.2' - jwtVersion = '9.31' + jwtVersion = '9.39.3' jwtApiVersion = '0.11.5' jwtImplVersion = '0.11.5' jwtJacksonVersion = '0.11.5'