Skip to content

Commit

Permalink
Merge pull request #26 from auth0/sec-fix
Browse files Browse the repository at this point in the history
Bump dependencies
  • Loading branch information
lbalmaceda authored May 23, 2019
2 parents 5d850b0 + 76694ba commit da73b29
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4'
classpath 'gradle.plugin.com.auth0.gradle:oss-library:0.8.0'
classpath 'gradle.plugin.com.auth0.gradle:oss-library:0.9.0'
}
}

Expand Down
16 changes: 8 additions & 8 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ compileJava {
}

dependencies {
implementation 'com.auth0:java-jwt:3.5.0'
implementation 'com.auth0:jwks-rsa:0.7.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.8'
implementation 'commons-codec:commons-codec:1.11'
implementation 'org.springframework.security:spring-security-core:4.2.9.RELEASE'
implementation 'org.springframework.security:spring-security-web:4.2.9.RELEASE'
implementation 'org.springframework.security:spring-security-config:4.2.9.RELEASE'
implementation 'org.slf4j:slf4j-api:1.7.25'
implementation 'com.auth0:java-jwt:3.8.+'
implementation 'com.auth0:jwks-rsa:0.8.+'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
implementation 'commons-codec:commons-codec:1.12'
implementation 'org.springframework.security:spring-security-core:4.2.12.RELEASE'
implementation 'org.springframework.security:spring-security-web:4.2.12.RELEASE'
implementation 'org.springframework.security:spring-security-config:4.2.12.RELEASE'
implementation 'org.slf4j:slf4j-api:1.7.26'
compileOnly 'javax.servlet:servlet-api:2.5'

testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit da73b29

Please sign in to comment.