Skip to content

Commit 7b29e2b

Browse files
fix(deps): update dependency io.jsonwebtoken:jjwt-impl to v0.12.6
1 parent aa2d6b8 commit 7b29e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
implementation("org.mindrot:jbcrypt:0.4")
3333
implementation("io.jsonwebtoken:jjwt-api:0.11.5")
3434

35-
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
35+
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6")
3636
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")
3737

3838
developmentOnly("org.springframework.boot:spring-boot-devtools")

0 commit comments

Comments
 (0)