Skip to content

Commit d7a4486

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

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

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

0 commit comments

Comments
 (0)