From 73179ecf4cf1aa2d3188e7782244ac0b3b7527e4 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Mon, 7 Sep 2026 14:08:50 +0530 Subject: [PATCH] chore: bump bouncycastle --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 05db5658..ab9a9d0f 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -131,7 +131,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-core:2.22.1' implementation 'com.fasterxml.jackson.core:jackson-databind:2.22.1' - testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70' + testImplementation 'org.bouncycastle:bcprov-jdk18on:1.85.2' testImplementation 'junit:junit:4.13.2' testImplementation 'net.jodah:concurrentunit:0.4.6' testImplementation 'org.hamcrest:hamcrest:2.2'