We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd6bf4 commit 86b0e6eCopy full SHA for 86b0e6e
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.14.1"
74
- implementation "com.auth0:java-jwt:4.2.1"
+ implementation "com.auth0:java-jwt:4.2.2"
75
implementation "net.jodah:failsafe:2.4.4"
76
77
testImplementation "org.bouncycastle:bcprov-jdk15on:1.68"
0 commit comments