Switch to Bouncy Castle bcprov-jdk18on 1.80

This is a signed, modular JAR and we need to tell jlink in walletemplate
to use the `--ignore-signing-information` option.
This commit is contained in:
Sean Gilligan 2025-02-26 16:51:15 -08:00
parent e8ec153322
commit 218474ef98
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@ version = '0.18-SNAPSHOT'
dependencies { dependencies {
api project(':bitcoinj-base') api project(':bitcoinj-base')
api 'org.bouncycastle:bcprov-jdk15to18:1.80' api 'org.bouncycastle:bcprov-jdk18on:1.80'
api 'com.google.guava:guava:33.4.0-android' api 'com.google.guava:guava:33.4.0-android'
api 'com.google.protobuf:protobuf-javalite:4.29.3' api 'com.google.protobuf:protobuf-javalite:4.29.3'
implementation 'org.slf4j:slf4j-api:2.0.16' implementation 'org.slf4j:slf4j-api:2.0.16'

View file

@ -36,7 +36,7 @@ application {
} }
jlink { jlink {
options = ['--add-modules', 'org.slf4j.jul'] options = ['--add-modules', 'org.slf4j.jul', '--ignore-signing-information']
} }
test { test {