Skip to content

Commit d12fd2d

Browse files
authored
Update auth0 dependencies (#80)
1 parent aeefcd3 commit d12fd2d

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
@@ -34,8 +34,8 @@ compileJava {
3434
ext.springSecurityVersion = '4.2.20.RELEASE'
3535

3636
dependencies {
37-
api "com.auth0:java-jwt:3.19.3"
38-
api "com.auth0:jwks-rsa:0.21.2"
37+
api "com.auth0:java-jwt:3.19.4"
38+
api "com.auth0:jwks-rsa:0.21.3"
3939
api "org.springframework.security:spring-security-core:${springSecurityVersion}"
4040
api "org.springframework.security:spring-security-web:${springSecurityVersion}"
4141
api "org.springframework.security:spring-security-config:${springSecurityVersion}"

0 commit comments

Comments
 (0)