Skip to content

Commit

Permalink
Update auth0 dependencies (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames authored Jan 11, 2023
1 parent aeefcd3 commit d12fd2d
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 @@ -34,8 +34,8 @@ compileJava {
ext.springSecurityVersion = '4.2.20.RELEASE'

dependencies {
api "com.auth0:java-jwt:3.19.3"
api "com.auth0:jwks-rsa:0.21.2"
api "com.auth0:java-jwt:3.19.4"
api "com.auth0:jwks-rsa:0.21.3"
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 d12fd2d

Please sign in to comment.