From da066200a5d953b63698e197db42ebf0414be637 Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Thu, 26 Sep 2019 11:38:24 -0500 Subject: [PATCH] Update dependencies to address CVE --- lib/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/build.gradle b/lib/build.gradle index 2e474a5..cf27440 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -31,9 +31,9 @@ compileJava { } dependencies { - implementation 'com.auth0:java-jwt:3.8.2' - implementation 'com.auth0:jwks-rsa:0.8.3' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9.3' + implementation 'com.auth0:java-jwt:3.8.3' + implementation 'com.auth0:jwks-rsa:0.9.0' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.10.0.pr3' implementation 'commons-codec:commons-codec:1.12' implementation 'org.springframework.security:spring-security-core:4.2.13.RELEASE' implementation 'org.springframework.security:spring-security-web:4.2.13.RELEASE'