From 3176ea3c0d411f8b40681610a1dc7981cf47c65e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 30 Oct 2023 14:10:17 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 9.31 to 9.37 (#3613) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit a3499994ebd18acd90c100eb5a3884fa7a9c0e24) Signed-off-by: github-actions[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index fdd72fb9c6..315535b3fc 100644 --- a/build.gradle +++ b/build.gradle @@ -564,7 +564,7 @@ dependencies { implementation 'commons-cli:commons-cli:1.6.0' implementation "org.bouncycastle:bcprov-jdk15to18:${versions.bouncycastle}" implementation 'org.ldaptive:ldaptive:1.2.3' - implementation 'com.nimbusds:nimbus-jose-jwt:9.31' + implementation 'com.nimbusds:nimbus-jose-jwt:9.37' //JWT implementation "io.jsonwebtoken:jjwt-api:${jjwt_version}"