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 110838c + be18669 commit 9dff2bbCopy full SHA for 9dff2bb
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.7'
14
- runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.7'
15
- runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.7'
+ implementation 'io.jsonwebtoken:jjwt-api:0.13.0'
+ runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0'
+ runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0'
16
implementation 'com.auth0:jwks-rsa:0.23.0'
17
18
api 'com.squareup.okhttp3:okhttp:4.12.0'
0 commit comments