Update BouncyCastle to 1.77

This commit is contained in:
Vincent Breitmoser
2024-01-11 13:29:08 +01:00
parent e69ff0a2ad
commit 034eab9df1
6 changed files with 36 additions and 9 deletions

View File

@@ -57,7 +57,7 @@ dependencies {
implementation project(':extern:MaterialChipsInput')
// implementation project(':openkeychain:extern:bouncycastle:core')
implementation 'org.bouncycastle:bcprov-jdk15on:1.68'
implementation 'org.bouncycastle:bcprov-jdk18on:1.77'
implementation project(':extern:bouncycastle:pg')
// implementation project(':openkeychain:extern:bouncycastle:prov')
@@ -69,7 +69,7 @@ dependencies {
// http://www.vogella.com/tutorials/Robolectric/article.html
testImplementation 'junit:junit:4.13'
testImplementation ('org.robolectric:robolectric:3.8') {
exclude group: 'org.bouncycastle', module: 'bcprov-jdk16'
exclude group: 'org.bouncycastle', module: 'bcprov-jdk18on'
}
testImplementation 'org.mockito:mockito-core:2.18.0'