Skip to content

Commit

Permalink
Update dependencies (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Feb 23, 2021
1 parent 1af207d commit 746de3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ compileJava {
targetCompatibility '1.7'
}

ext.springSecurityVersion = '4.2.15.RELEASE'
ext.springSecurityVersion = '4.2.20.RELEASE'

dependencies {
api "com.auth0:java-jwt:3.10.2"
api "com.auth0:jwks-rsa:0.11.0"
api "com.auth0:java-jwt:3.13.0"
api "com.auth0:jwks-rsa:0.15.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 746de3f

Please sign in to comment.