We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b21af3 commit 0a422abCopy full SHA for 0a422ab
1 file changed
build.gradle
@@ -71,7 +71,7 @@ dependencies {
71
implementation "com.squareup.okhttp3:okhttp:${okhttpVersion}"
72
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
73
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.4.2"
74
- implementation "com.auth0:java-jwt:3.19.3"
+ implementation "com.auth0:java-jwt:3.19.4"
75
implementation "net.jodah:failsafe:2.4.1"
76
77
testImplementation "org.bouncycastle:bcprov-jdk15on:1.68"
0 commit comments