Skip to content

Commit

Permalink
Update java-jwt dependency to 4.4.0 (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Mar 31, 2023
1 parent 6f61ac8 commit 219b0c2
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.2"
implementation "com.auth0:java-jwt:4.3.0"
implementation "com.auth0:java-jwt:4.4.0"
implementation "net.jodah:failsafe:2.4.4"

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

0 comments on commit 219b0c2

Please sign in to comment.