Skip to content

Commit 8b007d1

Browse files
chore: Update Bouncycastle to version 1.83 (#105)
1 parent 175c760 commit 8b007d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-extras.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
// - JDK 14 or earlier, and you want to use EdDSA (Ed25519 or Ed448) Elliptic
1717
// Curve signature algorithms.
1818
// It is unnecessary for these algorithms on JDK 15 or later.
19-
implementation 'org.bouncycastle:bcprov-jdk18on:1.76'
19+
implementation 'org.bouncycastle:bcprov-jdk18on:1.83'
2020
testImplementation 'org.junit.jupiter:junit-jupiter:5.8.2'
2121
testImplementation 'org.mockito:mockito-core:5.17.0'
2222
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3'

0 commit comments

Comments
 (0)