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.
1 parent cafdfb7 commit a5b05a1Copy full SHA for a5b05a1
example-21-jwt/build.gradle
@@ -19,9 +19,9 @@ dependencies {
19
implementation 'org.webjars:bootstrap:5.3.7'
20
implementation 'org.webjars:js-cookie:3.0.1'
21
22
- implementation 'io.jsonwebtoken:jjwt-api:0.12.6'
23
- runtimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.6'
24
- 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'
25
26
testImplementation 'org.springframework.boot:spring-boot-starter-test'
27
testImplementation 'org.springframework.security:spring-security-test'
0 commit comments