From cf11b992be5f2829188a82a35bbce127ffc336c6 Mon Sep 17 00:00:00 2001 From: euxane Date: Wed, 18 Sep 2024 23:41:13 +0200 Subject: libs: update bouncycastle 1.61 -> 1.67 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/build.gradle') diff --git a/app/build.gradle b/app/build.gradle index f051759..abb3e61 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -93,7 +93,7 @@ dependencies { implementation 'androidx.core:core-ktx:1.13.1' implementation 'com.google.android.material:material:1.12.0' implementation 'com.journeyapps:zxing-android-embedded:3.6.0' - implementation 'org.bouncycastle:bcpkix-jdk15on:1.61' + implementation 'org.bouncycastle:bcpkix-jdk15on:1.67' implementation 'org.slf4j:slf4j-api:1.7.26' implementation 'com.github.tony19:logback-android:2.0.0' // commons-configuration2:2.4 requires support for interface default methods, not available on SDK <24 -- cgit v1.2.3