From 040e14153d00025ea70ce3b0b6535d5e616d967e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 03:02:49 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.47 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.41.2 to 9.47. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits/tag/9.47) --- 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 25b991b..e10c185 100644 --- a/build.gradle +++ b/build.gradle @@ -41,7 +41,7 @@ dependencies { implementation 'io.grpc:grpc-netty' implementation 'org.springframework.cloud:spring-cloud-starter-bootstrap' implementation 'io.netty:netty-all' - implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2' + implementation 'com.nimbusds:nimbus-jose-jwt:9.47' implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8' implementation 'org.springdoc:springdoc-openapi-starter-webflux-ui:2.6.0'