Skip to content

Commit

Permalink
Bump java-jwt from 3.12.0 to 3.12.1
Browse files Browse the repository at this point in the history
Bumps [java-jwt](https://github.com/auth0/java-jwt) from 3.12.0 to 3.12.1.
- [Release notes](https://github.com/auth0/java-jwt/releases)
- [Changelog](https://github.com/auth0/java-jwt/blob/master/CHANGELOG.md)
- [Commits](auth0/java-jwt@3.12.0...3.12.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jan 28, 2021
1 parent d6b8a7b commit a4828c9
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 @@ -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.12.0'){
compile ('com.auth0:java-jwt:3.12.1'){
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
}
compile 'com.fasterxml.jackson.core:jackson-databind:2.12.1'
Expand Down

0 comments on commit a4828c9

Please sign in to comment.