Skip to content

Commit 3b705da

Browse files
fix(deps): update dependency io.jsonwebtoken:jjwt-api to v0.12.3
1 parent bd381ed commit 3b705da

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
@@ -29,7 +29,7 @@ dependencies {
2929
implementation("org.mariadb.jdbc:mariadb-java-client:3.1.4")
3030
implementation("org.flywaydb:flyway-mysql:9.17.0")
3131
implementation("org.mindrot:jbcrypt:0.4")
32-
implementation("io.jsonwebtoken:jjwt-api:0.11.5")
32+
implementation("io.jsonwebtoken:jjwt-api:0.12.3")
3333

3434
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
3535
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")

0 commit comments

Comments
 (0)