Skip to content

Commit fcf4c86

Browse files
fix(deps): update dependency io.jsonwebtoken:jjwt-jackson to v0.12.5
1 parent fb674ae commit fcf4c86

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("io.jsonwebtoken:jjwt-api:0.11.5")
3333

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

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

0 commit comments

Comments
 (0)