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 df832fd commit eb9d40dCopy full SHA for eb9d40d
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.82.0"
56
- implementation "org.bouncycastle:bcpkix-jdk18on:1.82.0"
+ 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