diff --git a/build.gradle b/build.gradle index 2f1c4a4..f75b732 100644 --- a/build.gradle +++ b/build.gradle @@ -60,9 +60,9 @@ dependencies { implementation 'javax.servlet:javax.servlet-api:3.1.0' implementation 'org.bouncycastle:bcprov-jdk15on:1.60' implementation 'org.apache.commons:commons-lang3:3.8.1' - implementation 'com.auth0:auth0:1.9.1' - implementation 'com.auth0:java-jwt:3.4.1' - implementation 'com.auth0:jwks-rsa:0.6.1' + implementation 'com.auth0:auth0:1.10.0' + implementation 'com.auth0:java-jwt:3.5.0' + implementation 'com.auth0:jwks-rsa:0.7.0' testImplementation 'org.hamcrest:java-hamcrest:2.0.0.0' testImplementation 'org.hamcrest:hamcrest-core:1.3'