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.
CVE-2025-8916
1 parent ef4f86e commit a3605f4Copy full SHA for a3605f4
build.gradle
@@ -52,8 +52,8 @@ configurations {
52
dependencies {
53
implementation "com.eclipsesource.minimal-json:minimal-json:0.9.5"
54
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"
+ implementation "org.bouncycastle:bcprov-jdk18on:1.82"
+ implementation "org.bouncycastle:bcpkix-jdk18on:1.82"
57
implementation "com.squareup.okhttp3:okhttp:4.12.0"
58
implementation "com.github.luben:zstd-jni:1.5.7-2"
59
testsCommonImplementation "junit:junit:4.13.2"
0 commit comments