Skip to content

Commit

Permalink
Bump Bouncycastle to 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
vanitasvitae committed Nov 25, 2022
1 parent 6ae12c1 commit aa521ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pgp-cert-d-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
testImplementation project(":pgp-cert-d-java-jdbc-sqlite-lookup")

testImplementation "org.bouncycastle:bcprov-jdk15to18:$bouncycastleVersion"
testImplementation "org.bouncycastle:bcpg-jdk15to18:$bouncycastleVersion"
testImplementation "org.bouncycastle:bcpg-jdk15to18:$bouncyPgVersion"
}

animalsniffer {
Expand Down
3 changes: 2 additions & 1 deletion version.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ allprojects {
minAndroidSdk = 26
animalsnifferSignatureVersion = "$minAndroidSdk:8.0.0_r2"
javaSourceCompatibility = 1.8
bouncycastleVersion = '1.71'
bouncycastleVersion = '1.72'
bouncyPgVersion = '1.72.3'
slf4jVersion = '1.7.36'
logbackVersion = '1.2.11'
junitVersion = '5.8.2'
Expand Down

0 comments on commit aa521ba

Please sign in to comment.