Skip to content

Commit 746de3f

Browse files
authored
Update dependencies (#57)
1 parent 1af207d commit 746de3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ compileJava {
3030
targetCompatibility '1.7'
3131
}
3232

33-
ext.springSecurityVersion = '4.2.15.RELEASE'
33+
ext.springSecurityVersion = '4.2.20.RELEASE'
3434

3535
dependencies {
36-
api "com.auth0:java-jwt:3.10.2"
37-
api "com.auth0:jwks-rsa:0.11.0"
36+
api "com.auth0:java-jwt:3.13.0"
37+
api "com.auth0:jwks-rsa:0.15.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)