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 aa2d6b8 commit 067b1b3Copy full SHA for 067b1b3
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
implementation("io.jsonwebtoken:jjwt-api:0.11.5")
34
35
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
36
- runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")
+ runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.7")
37
38
developmentOnly("org.springframework.boot:spring-boot-devtools")
39
}
0 commit comments