mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 10:19:39 +02:00
Bump bcpg, bcprov to 1.80, add bcutil dependency
Adding bcutil as a dependency is apparently required now. See https://github.com/bcgit/bc-java/issues/1977
This commit is contained in:
parent
9a1a01fe05
commit
883eb80a63
6 changed files with 47 additions and 14 deletions
|
@ -22,6 +22,7 @@ dependencies {
|
|||
// Bouncy Castle
|
||||
api "org.bouncycastle:bcprov-jdk18on:$bouncyCastleVersion"
|
||||
api "org.bouncycastle:bcpg-jdk18on:$bouncyPgVersion"
|
||||
api "org.bouncycastle:bcutil-jdk18on:$bouncyCastleVersion"
|
||||
// api(files("../libs/bcpg-jdk18on-1.70.jar"))
|
||||
|
||||
// @Nullable, @Nonnull annotations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue