From 17af14f683fc9f92672ae908ce8930e80bc9e84f Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Thu, 3 Jan 2019 15:49:38 -0300 Subject: [PATCH] bump auth0 dependencies to fix security issue --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'