diff --git a/build.gradle b/build.gradle index ce5945b1..23cfd7e4 100644 --- a/build.gradle +++ b/build.gradle @@ -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.1" - implementation "com.auth0:java-jwt:4.2.2" + implementation "com.auth0:java-jwt:4.3.0" implementation "net.jodah:failsafe:2.4.4" testImplementation "org.bouncycastle:bcprov-jdk15on:1.68"