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'