From 52d48a2ac0a32c442cfdba9040959aab6e352c9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:53:36 -0700 Subject: [PATCH] build(deps): bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.79 (#139) --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4145055..4774618 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:6.13.4' implementation 'com.nimbusds:nimbus-jose-jwt:9.45' - implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.79' developmentOnly 'org.springframework.boot:spring-boot-devtools' annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'