Skip to content

Commit

Permalink
Update to latest java-jwt (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Feb 13, 2023
1 parent a5ccec6 commit b2b991e
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 @@ -71,7 +71,7 @@ dependencies {
implementation "com.squareup.okhttp3:okhttp:${okhttpVersion}"
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
implementation "com.fasterxml.jackson.core:jackson-databind:2.14.1"
implementation "com.auth0:java-jwt:4.2.2"
implementation "com.auth0:java-jwt:4.3.0"
implementation "net.jodah:failsafe:2.4.4"

testImplementation "org.bouncycastle:bcprov-jdk15on:1.68"
Expand Down

0 comments on commit b2b991e

Please sign in to comment.