From c68d68385e63095bed84ec987682a452ff213f01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:18:17 -0600 Subject: [PATCH] build(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.79 to 1.80 (#152) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 17e171e..cc4685e 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-validation' implementation 'io.fabric8:kubernetes-client:7.0.1' implementation 'com.nimbusds:nimbus-jose-jwt:9.48' - implementation 'org.bouncycastle:bcpkix-jdk18on:1.79' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.80' developmentOnly 'org.springframework.boot:spring-boot-devtools' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'