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