Skip to content

Commit

Permalink
Bump transitive jackson dependencies in auth0 libraries (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
poovamraj authored Mar 30, 2022
1 parent 8648ecf commit 0b3aa11
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.19.0"
api "com.auth0:jwks-rsa:0.21.0"
api "com.auth0:java-jwt:3.19.1"
api "com.auth0:jwks-rsa:0.21.1"
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 0b3aa11

Please sign in to comment.