From 3757f5b088c00e40dab9749ba72ed1e7e4bb72e8 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Mon, 24 Jun 2024 22:44:35 +0200 Subject: [PATCH] build.gradle: update Bouncy Castle to 1.73 --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle b/core/build.gradle index 00e26f319b9c..3fbed8bbfabf 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -8,7 +8,7 @@ plugins { version = '0.16.3-SNAPSHOT' dependencies { - api 'org.bouncycastle:bcprov-jdk15to18:1.69' + api 'org.bouncycastle:bcprov-jdk15to18:1.73' api 'com.google.guava:guava:31.0.1-android' api 'com.google.protobuf:protobuf-javalite:3.18.0' api 'com.squareup.okhttp3:okhttp:3.14.9'