We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 823b600 + 43c1dac commit 1e7b244Copy full SHA for 1e7b244
1 file changed
gradle/dependencies.gradle
@@ -13,7 +13,7 @@ dependencies {
13
implementation 'io.jsonwebtoken:jjwt-api:0.13.0'
14
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0'
15
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0'
16
- implementation 'com.auth0:jwks-rsa:0.23.0'
+ implementation 'com.auth0:jwks-rsa:0.24.1'
17
18
api 'com.squareup.okhttp3:okhttp:4.12.0'
19
api 'com.azure:azure-core:1.58.0'
0 commit comments