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 55c2d38 commit 41573a8Copy full SHA for 41573a8
build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
shadow group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.54'
34
35
// For creating and signing JWT
36
- compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.6.4'
+ compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.0'
37
38
// For making HTTP requests
39
testCompile group: 'org.apache.httpcomponents', name: 'fluent-hc', version: '4.5.6'
0 commit comments