We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
java-jwt
1 parent e811fa4 commit 3d9cd37Copy full SHA for 3d9cd37
1 file changed
build.gradle
@@ -82,7 +82,7 @@ dependencies {
82
implementation "com.squareup.okhttp3:okhttp:${okhttpVersion}"
83
implementation "com.squareup.okhttp3:logging-interceptor:${okhttpVersion}"
84
implementation "com.fasterxml.jackson.core:jackson-databind:2.13.4.2"
85
- implementation "com.auth0:java-jwt:3.19.1"
+ implementation "com.auth0:java-jwt:3.19.3"
86
implementation "net.jodah:failsafe:2.4.1"
87
88
testImplementation "org.bouncycastle:bcprov-jdk15on:1.68"
0 commit comments