1
0
Fork 0
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:
Paul Schaub 2023-08-29 16:57:05 +02:00
parent 1c3cc19ff7
commit 29165f3df4
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

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