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 934ed87 commit 80eb496Copy full SHA for 80eb496
build.gradle.kts
@@ -28,7 +28,7 @@ dependencies {
28
developmentOnly("org.springframework.boot:spring-boot-devtools")
29
30
// jwt dependencies
31
- implementation("io.jsonwebtoken:jjwt-api:0.12.6")
+ implementation("io.jsonwebtoken:jjwt-api:0.12.7")
32
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6")
33
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.6")
34
}
0 commit comments