Skip to content

Commit 64a03de

Browse files
authored
Merge pull request #28 from auth0/fix-dep
Rollback to fixed dependencies versions
2 parents 3c5856f + 4e08f5e commit 64a03de

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
@@ -31,8 +31,8 @@ compileJava {
3131
}
3232

3333
dependencies {
34-
implementation 'com.auth0:java-jwt:3.8.+'
35-
implementation 'com.auth0:jwks-rsa:0.8.+'
34+
implementation 'com.auth0:java-jwt:3.8.1'
35+
implementation 'com.auth0:jwks-rsa:0.8.2'
3636
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
3737
implementation 'commons-codec:commons-codec:1.12'
3838
implementation 'org.springframework.security:spring-security-core:4.2.12.RELEASE'

0 commit comments

Comments
 (0)