From fe2a8e317dec77dd238fe1135b01bd2f25687123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 07:29:41 -0600 Subject: [PATCH] build(deps): bump the patches group with 1 update (#104) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4feea7b..a921d33 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.9.2' - implementation 'com.nimbusds:nimbus-jose-jwt:9.37.2' + implementation 'com.nimbusds:nimbus-jose-jwt:9.37.3' implementation 'org.bouncycastle:bcpkix-jdk18on:1.77' developmentOnly 'org.springframework.boot:spring-boot-devtools'