Skip to content

Commit

Permalink
Update java-jwt dependency (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Jan 11, 2023
1 parent 3b21af3 commit 0a422ab
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.13.4.2"
implementation "com.auth0:java-jwt:3.19.3"
implementation "com.auth0:java-jwt:3.19.4"
implementation "net.jodah:failsafe:2.4.1"

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

0 comments on commit 0a422ab

Please sign in to comment.