Skip to content

Commit 6bc77a0

Browse files
committed
chore: Bump Bouncy Castle to fix CVE-2025-8916
1 parent c13ccfe commit 6bc77a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ dependencies {
5656
implementation "com.fasterxml.jackson.core:jackson-core:2.17.2"
5757
implementation "com.fasterxml.jackson.core:jackson-databind:2.17.2"
5858
implementation "org.bitbucket.b_c:jose4j:0.9.4"
59-
implementation "org.bouncycastle:bcprov-jdk18on:1.78.1"
60-
implementation "org.bouncycastle:bcpkix-jdk18on:1.78.1"
59+
implementation "org.bouncycastle:bcprov-jdk18on:1.82"
60+
implementation "org.bouncycastle:bcpkix-jdk18on:1.82"
6161
implementation "com.squareup.okhttp3:okhttp:4.12.0"
6262
implementation "com.github.luben:zstd-jni:1.5.7-2"
6363
testsCommonImplementation "junit:junit:4.13.2"

0 commit comments

Comments
 (0)