From f33ef6b0bfbe6876aeaf9d33a69160ce46fd8c82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:34:10 -0700 Subject: [PATCH] build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.45 (#140) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c9a58e6..4145055 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-webflux' implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'io.fabric8:kubernetes-client:6.13.4' - implementation 'com.nimbusds:nimbus-jose-jwt:9.41.2' + implementation 'com.nimbusds:nimbus-jose-jwt:9.45' implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1' developmentOnly 'org.springframework.boot:spring-boot-devtools'