Skip to content

Commit 1c4175c

Browse files
authored
Merge pull request #370 from read-a-perfume/renovate/io.jsonwebtoken-jjwt-jackson-0.x
fix(deps): update dependency io.jsonwebtoken:jjwt-jackson to v0.12.5
2 parents d24ebf8 + 8ab7d5d commit 1c4175c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perfume-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
dependencies {
22
implementation("io.jsonwebtoken:jjwt-api:0.12.5")
33
implementation("io.jsonwebtoken:jjwt-impl:0.12.5")
4-
implementation("io.jsonwebtoken:jjwt-jackson:0.12.3")
4+
implementation("io.jsonwebtoken:jjwt-jackson:0.12.5")
55
implementation("jakarta.servlet:jakarta.servlet-api:6.0.0")
66
implementation("org.springframework.boot:spring-boot-starter-mail:3.2.2")
77
}

0 commit comments

Comments
 (0)