Skip to content

Commit

Permalink
Update dependency org.bitbucket.b_c:jose4j to v0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 26, 2022
1 parent b7e0e39 commit b1ad287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
shadow group: 'org.bouncycastle', name: 'bcprov-jdk15on', version: '1.70'

// For creating and signing JWT
implementation group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.9'
implementation group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.11'

// For parsing JSON
testImplementation group: 'com.google.code.gson', name: 'gson', version: '2.8.9'
Expand Down

0 comments on commit b1ad287

Please sign in to comment.