Skip to content

Commit

Permalink
Merge pull request #102 from paypay/dependabot/gradle/com.auth0-java-…
Browse files Browse the repository at this point in the history
…jwt-3.15.0

Bump java-jwt from 3.14.0 to 3.15.0
  • Loading branch information
Shreyansh Pandey committed Apr 6, 2021
2 parents 9b41830 + cb49c95 commit cce2dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -75,7 +75,7 @@ dependencies {
compile 'com.squareup.okhttp:okhttp:2.7.5'
compile 'com.squareup.okhttp:logging-interceptor:2.7.5'
compile 'com.google.code.gson:gson:2.8.6'
compile ('com.auth0:java-jwt:3.14.0'){
compile ('com.auth0:java-jwt:3.15.0'){
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
}
compile 'com.fasterxml.jackson.core:jackson-databind:2.12.2'
Expand Down

0 comments on commit cce2dbc

Please sign in to comment.