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