mirror of
https://github.com/vacp2p/status-linea-besu.git
synced 2026-01-08 21:38:15 -05:00
Upgrade BouncyCastle libraries (#5675)
Upgrade bouncy castle to v1.75. This involved a change in maven coordinates for other modules. Signed-off-by: Danno Ferrin <danno.ferrin@swirldslabs.com>
This commit is contained in:
@@ -9,7 +9,7 @@ dependencies {
|
||||
implementation 'io.vertx:vertx-web'
|
||||
implementation 'org.apache.tuweni:tuweni-net'
|
||||
|
||||
runtimeOnly('org.bouncycastle:bcpkix-jdk15on')
|
||||
runtimeOnly('org.bouncycastle:bcpkix-jdk18on')
|
||||
|
||||
// test dependencies.
|
||||
testImplementation project(':testutil')
|
||||
@@ -20,7 +20,7 @@ dependencies {
|
||||
// integration test dependencies.
|
||||
integrationTestImplementation project(':testutil')
|
||||
integrationTestImplementation 'org.assertj:assertj-core'
|
||||
integrationTestImplementation 'org.bouncycastle:bcpkix-jdk15on'
|
||||
integrationTestImplementation 'org.bouncycastle:bcpkix-jdk18on'
|
||||
integrationTestImplementation 'org.awaitility:awaitility'
|
||||
integrationTestImplementation 'org.junit.jupiter:junit-jupiter-api'
|
||||
integrationTestImplementation 'org.mockito:mockito-core'
|
||||
|
||||
Reference in New Issue
Block a user