mirror of
https://codeberg.org/PGPainless/cert-d-java.git
synced 2025-12-05 12:51:11 +01:00
Migrate bcpg and bcprov to 18on variants
This commit is contained in:
parent
7c253e5d37
commit
22e2aebf7d
1 changed files with 2 additions and 2 deletions
|
|
@ -27,8 +27,8 @@ dependencies {
|
|||
// SQL Subkey table
|
||||
testImplementation project(":pgp-cert-d-java-jdbc-sqlite-lookup")
|
||||
|
||||
testImplementation "org.bouncycastle:bcprov-jdk15to18:$bouncycastleVersion"
|
||||
testImplementation "org.bouncycastle:bcpg-jdk15to18:$bouncyPgVersion"
|
||||
testImplementation "org.bouncycastle:bcprov-jdk18on:$bouncycastleVersion"
|
||||
testImplementation "org.bouncycastle:bcpg-jdk18on:$bouncyPgVersion"
|
||||
}
|
||||
|
||||
test {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue