Skip to content

Commit 80eb496

Browse files
fix(deps): update dependency io.jsonwebtoken:jjwt-api to v0.12.7
1 parent 934ed87 commit 80eb496

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
@@ -28,7 +28,7 @@ dependencies {
2828
developmentOnly("org.springframework.boot:spring-boot-devtools")
2929

3030
// jwt dependencies
31-
implementation("io.jsonwebtoken:jjwt-api:0.12.6")
31+
implementation("io.jsonwebtoken:jjwt-api:0.12.7")
3232
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6")
3333
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.6")
3434
}

0 commit comments

Comments
 (0)