Bump Bouncycastle to 1.72

This commit is contained in:
Paul Schaub 2022-11-25 16:04:36 +01:00
parent 6ae12c1262
commit aa521bac47
2 changed files with 3 additions and 2 deletions

View file

@ -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 {