From e2addc6e3771bddc1af03c884f2a7a18d9d6c3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 15:44:54 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 9.37.1 to 9.40 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.37.1 to 9.40. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.40..9.37.1) --- 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 5f276e11747..bfe3592fbc0 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -65,7 +65,7 @@ ext { junitVersion = '4.13.2' junitjupiterVersion = '5.10.2' junitplatformVersion = '1.9.2' - jwtVersion = '9.37.1' + jwtVersion = '9.40' jwtApiVersion = '0.11.5' jwtImplVersion = '0.11.5' jwtJacksonVersion = '0.11.5'