Skip to content
This repository was archived by the owner on May 17, 2026. It is now read-only.

Commit 25a0625

Browse files
fix(deps): update dependency io.jsonwebtoken:jjwt-impl to v0.12.5
1 parent 3a0e8a0 commit 25a0625

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.5")
3636
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")
3737

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

0 commit comments

Comments
 (0)