From e3e8cb28df38c3565312020654d489192a99c019 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 16:42:07 +0800 Subject: [PATCH] chore(deps): update dependency org.bouncycastle:bcpkix-jdk18on to v1.78.1 (#972) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- WORKSPACE | 2 +- build.gradle | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index daabb0d0..c78bd2a6 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -70,7 +70,7 @@ maven_install( "org.yaml:snakeyaml:2.2", "org.flywaydb:flyway-core:10.11.1", "com.cronutils:cron-utils:9.2.1", - "org.bouncycastle:bcpkix-jdk18on:1.78", + "org.bouncycastle:bcpkix-jdk18on:1.78.1", "com.lmax:disruptor:4.0.0", "org.springframework.boot:spring-boot-devtools:3.2.5", diff --git a/build.gradle b/build.gradle index cf5d4e78..1a875e3c 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,7 @@ dependencies { implementation 'org.yaml:snakeyaml:2.2' implementation 'org.flywaydb:flyway-core:10.11.1' implementation 'com.cronutils:cron-utils:9.2.1' - implementation 'org.bouncycastle:bcpkix-jdk18on:1.78' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.78.1' implementation 'com.lmax:disruptor:4.0.0' //developmentOnly 'org.springframework.boot:spring-boot-devtools' diff --git a/pom.xml b/pom.xml index d2350bc8..be594ca9 100644 --- a/pom.xml +++ b/pom.xml @@ -136,7 +136,7 @@ org.bouncycastle bcpkix-jdk18on - 1.78 + 1.78.1 com.lmax