We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad22482 + 38ae6c2 commit e160c9bCopy full SHA for e160c9b
gradle/dependencies.gradle
@@ -13,7 +13,7 @@ dependencies {
13
implementation 'io.jsonwebtoken:jjwt-api:0.12.6'
14
runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.6'
15
runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.6'
16
- implementation 'com.auth0:jwks-rsa:0.22.2'
+ implementation 'com.auth0:jwks-rsa:0.23.0'
17
18
api 'com.squareup.okhttp3:okhttp:4.12.0'
19
api 'com.azure:azure-core:1.54.1'
0 commit comments