We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7e0e39 commit 3045aeaCopy full SHA for 3045aea
build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
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.9'
+ implementation group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.9.5'
37
38
// For parsing JSON
39
testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
0 commit comments