Skip to content

Commit 067b1b3

Browse files
fix(deps): update dependency io.jsonwebtoken:jjwt-jackson to v0.12.7
1 parent aa2d6b8 commit 067b1b3

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
@@ -33,7 +33,7 @@ dependencies {
3333
implementation("io.jsonwebtoken:jjwt-api:0.11.5")
3434

3535
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
36-
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")
36+
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.7")
3737

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

0 commit comments

Comments
 (0)