From 4415472663d99281ebf61e8e2e179edd0e5e5555 Mon Sep 17 00:00:00 2001 From: Nishchay Malhotra <114057571+nishchay21@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:19:34 +0530 Subject: [PATCH] Bumping bouncycastle to v1.78 (#681) Signed-off-by: nishchay21 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index bbf8bccc..352a2e6a 100644 --- a/build.gradle +++ b/build.gradle @@ -235,8 +235,8 @@ dependencies { } compile 'org.jooq:jooq:3.10.8' compile 'org.apache.commons:commons-lang3:3.9' - compile 'org.bouncycastle:bcprov-jdk15to18:1.74' - compile 'org.bouncycastle:bcpkix-jdk15to18:1.74' + compile 'org.bouncycastle:bcprov-jdk15to18:1.78.1' + compile 'org.bouncycastle:bcpkix-jdk15to18:1.78.1' compile "org.opensearch:performanceanalyzer-rca:${version}" compile "com.fasterxml.jackson.core:jackson-annotations:${jacksonVersion}" compile "com.fasterxml.jackson.core:jackson-databind:${jacksonDataBindVersion}"