Skip to content

Commit b1635cb

Browse files
committed
Update auth0 dependencies to address CVE-2020-36518
1 parent 9d3cc5a commit b1635cb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ compileJava {
3333
ext.springSecurityVersion = '4.2.20.RELEASE'
3434

3535
dependencies {
36-
api "com.auth0:java-jwt:3.18.3"
37-
api "com.auth0:jwks-rsa:0.20.1"
36+
api "com.auth0:java-jwt:3.19.0"
37+
api "com.auth0:jwks-rsa:0.21.0"
3838
api "org.springframework.security:spring-security-core:${springSecurityVersion}"
3939
api "org.springframework.security:spring-security-web:${springSecurityVersion}"
4040
api "org.springframework.security:spring-security-config:${springSecurityVersion}"

0 commit comments

Comments
 (0)