We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 175c760 commit 8b007d1Copy full SHA for 8b007d1
1 file changed
build-extras.gradle
@@ -16,7 +16,7 @@ dependencies {
16
// - JDK 14 or earlier, and you want to use EdDSA (Ed25519 or Ed448) Elliptic
17
// Curve signature algorithms.
18
// It is unnecessary for these algorithms on JDK 15 or later.
19
- implementation 'org.bouncycastle:bcprov-jdk18on:1.76'
+ implementation 'org.bouncycastle:bcprov-jdk18on:1.83'
20
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
21
testImplementation 'org.mockito:mockito-core:5.17.0'
22
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'
0 commit comments