From f0e0b10f34428e37e337abcb1e6955349b3a1024 Mon Sep 17 00:00:00 2001 From: Gagan Juneja Date: Mon, 29 Jul 2024 12:34:34 +0530 Subject: [PATCH 1/2] Bumping bouncycastle to v1.78.1 Signed-off-by: Gagan Juneja --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 5a53635d..bf81b8d2 100644 --- a/build.gradle +++ b/build.gradle @@ -355,8 +355,8 @@ dependencies { def sqliteVersion = "3.41.2.2" implementation "org.jooq:jooq:${jooqVersion}" - implementation 'org.bouncycastle:bcprov-jdk15to18:1.74' - implementation 'org.bouncycastle:bcpkix-jdk15to18:1.74' + implementation 'org.bouncycastle:bcprov-jdk15to18:1.78.1' + implementation 'org.bouncycastle:bcpkix-jdk15to18:1.78.1' implementation "org.xerial:sqlite-jdbc:${sqliteVersion}" implementation "com.google.guava:guava:${guavaVersion}" implementation 'com.google.code.gson:gson:2.9.0' From 32e7749856b569184e4cf2339c2546a0eebabb78 Mon Sep 17 00:00:00 2001 From: Gagan Juneja Date: Mon, 29 Jul 2024 13:19:30 +0530 Subject: [PATCH 2/2] Empty-Commit Signed-off-by: Gagan Juneja