Skip to content

Commit

Permalink
Bump java-jwt to 3.19.1 (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj authored Mar 30, 2022
1 parent 54e3b43 commit 6697893
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 @@ -70,7 +70,7 @@ dependencies {
implementation "com.squareup.okhttp3:okhttp:${okhttpVersion}"
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.2.2"
implementation "com.auth0:java-jwt:3.19.0"
implementation "com.auth0:java-jwt:3.19.1"
implementation "net.jodah:failsafe:2.4.1"

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

0 comments on commit 6697893

Please sign in to comment.