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.
2 parents e0b6f8c + a22ebae commit 10c5bcbCopy full SHA for 10c5bcb
build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
implementation group: 'org.asynchttpclient', name: 'async-http-client', version: '2.12.2'
31
32
// For cryptographic operations
33
- shadow group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.68'
+ shadow group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.70'
34
35
// For creating and signing JWT
36
implementation group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.6'
0 commit comments