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 57e0c6a + a70ba36 commit 484c523Copy full SHA for 484c523
gradle/dependencies.gradle
@@ -10,9 +10,9 @@ dependencies {
10
11
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
12
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'
+ implementation 'io.jsonwebtoken:jjwt-api:0.12.7'
+ runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7'
+ runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7'
16
implementation 'com.auth0:jwks-rsa:0.23.0'
17
18
api 'com.squareup.okhttp3:okhttp:4.12.0'
0 commit comments