From 1ab2af87ad336c8c344abbefc449bad46cc3d819 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Fri, 17 Jan 2025 10:09:46 +0100 Subject: [PATCH] build.gradle: update Bouncy Castle to 1.80 --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 09f184757..c54c18af2 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -9,7 +9,7 @@ plugins { version = '0.17-SNAPSHOT' dependencies { - api 'org.bouncycastle:bcprov-jdk15to18:1.79' + api 'org.bouncycastle:bcprov-jdk15to18:1.80' api 'com.google.guava:guava:33.3.1-android' api 'com.google.protobuf:protobuf-javalite:4.28.3' implementation 'org.slf4j:slf4j-api:2.0.16'