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