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 2a6739b + cf7e6da commit 931a8f4Copy full SHA for 931a8f4
build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
compile group: 'org.apache.httpcomponents', name: 'httpasyncclient', version: '4.1.4'
31
32
// For cryptographic operations
33
- shadow group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.54'
+ shadow group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.64'
34
35
// For creating and signing JWT
36
compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.0'
0 commit comments