From 512a6bf09247b8ccdf1e656643eb7bfecb440657 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:11:44 +0000 Subject: [PATCH] Bump com.nimbusds:nimbus-jose-jwt from 9.41.1 to 9.41.2 Bumps [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.41.1 to 9.41.2. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/commits) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 438cd03..db08deb 100644 --- a/build.gradle +++ b/build.gradle @@ -40,7 +40,7 @@ dependencies { implementation 'com.google.auth:google-auth-library-oauth2-http' implementation 'io.grpc:grpc-netty' implementation 'io.netty:netty-all' - implementation 'com.nimbusds:nimbus-jose-jwt:9.41.1' + implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2' implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-client' implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8' testImplementation 'io.projectreactor:reactor-test'