mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-25 13:52:06 +01:00
Switch bcpg and bcprov artifacts from -jdk15to18 variant to -jdk18on
This commit is contained in:
parent
1c3cc19ff7
commit
29165f3df4
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ dependencies {
|
||||||
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
testImplementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||||
|
|
||||||
// Bouncy Castle
|
// Bouncy Castle
|
||||||
api "org.bouncycastle:bcprov-jdk15to18:$bouncyCastleVersion"
|
api "org.bouncycastle:bcprov-jdk18on:$bouncyCastleVersion"
|
||||||
api "org.bouncycastle:bcpg-jdk15to18:$bouncyPgVersion"
|
api "org.bouncycastle:bcpg-jdk18on:$bouncyPgVersion"
|
||||||
// api(files("../libs/bcpg-jdk18on-1.70.jar"))
|
// api(files("../libs/bcpg-jdk18on-1.70.jar"))
|
||||||
|
|
||||||
// @Nullable, @Nonnull annotations
|
// @Nullable, @Nonnull annotations
|
||||||
|
|
Loading…
Reference in a new issue