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 c13ccfe commit 6bc77a0Copy full SHA for 6bc77a0
build.gradle
@@ -56,8 +56,8 @@ dependencies {
56
implementation "com.fasterxml.jackson.core:jackson-core:2.17.2"
57
implementation "com.fasterxml.jackson.core:jackson-databind:2.17.2"
58
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"
+ implementation "org.bouncycastle:bcprov-jdk18on:1.82"
+ implementation "org.bouncycastle:bcpkix-jdk18on:1.82"
61
implementation "com.squareup.okhttp3:okhttp:4.12.0"
62
implementation "com.github.luben:zstd-jni:1.5.7-2"
63
testsCommonImplementation "junit:junit:4.13.2"
0 commit comments