Skip to content

Commit a3605f4

Browse files
authored
fix: Bump Bouncy Castle to fix CVE-2025-8916 (#1454)
1 parent ef4f86e commit a3605f4

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
@@ -52,8 +52,8 @@ configurations {
5252
dependencies {
5353
implementation "com.eclipsesource.minimal-json:minimal-json:0.9.5"
5454
implementation "org.bitbucket.b_c:jose4j:0.9.4"
55-
implementation "org.bouncycastle:bcprov-jdk18on:1.78.1"
56-
implementation "org.bouncycastle:bcpkix-jdk18on:1.78.1"
55+
implementation "org.bouncycastle:bcprov-jdk18on:1.82"
56+
implementation "org.bouncycastle:bcpkix-jdk18on:1.82"
5757
implementation "com.squareup.okhttp3:okhttp:4.12.0"
5858
implementation "com.github.luben:zstd-jni:1.5.7-2"
5959
testsCommonImplementation "junit:junit:4.13.2"

0 commit comments

Comments
 (0)