Skip to content

Commit de1ed38

Browse files
authored
Merge pull request #43 from auth0/dependabot/gradle/com.auth0-jwks-rsa-0.24.0
Bump com.auth0:jwks-rsa from 0.23.1 to 0.24.0
2 parents b8d3821 + 8b9ae13 commit de1ed38

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

auth0-api-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131

3232
// JWT validation dependencies
3333
implementation 'com.auth0:java-jwt:4.5.2'
34-
implementation 'com.auth0:jwks-rsa:0.23.1'
34+
implementation 'com.auth0:jwks-rsa:0.24.0'
3535

3636
// Test dependencies
3737
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)