Skip to content

Commit

Permalink
Merge pull request #66 from auth0/update-a0-deps
Browse files Browse the repository at this point in the history
Update auth0 dependencies to address CVE-2020-36518
  • Loading branch information
jimmyjames committed Mar 14, 2022
2 parents 9d3cc5a + b1635cb commit 44b5346
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ compileJava {
ext.springSecurityVersion = '4.2.20.RELEASE'

dependencies {
api "com.auth0:java-jwt:3.18.3"
api "com.auth0:jwks-rsa:0.20.1"
api "com.auth0:java-jwt:3.19.0"
api "com.auth0:jwks-rsa:0.21.0"
api "org.springframework.security:spring-security-core:${springSecurityVersion}"
api "org.springframework.security:spring-security-web:${springSecurityVersion}"
api "org.springframework.security:spring-security-config:${springSecurityVersion}"
Expand Down

0 comments on commit 44b5346

Please sign in to comment.