From 7911f0c754012f1696d9576221060f39633a52ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 06:15:46 +0000 Subject: [PATCH] fix(deps): update dependency io.jsonwebtoken:jjwt-impl to v0.12.4 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ae02d33..04a1b11 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -29,7 +29,7 @@ dependencies { // jwt dependencies implementation("io.jsonwebtoken:jjwt-api:0.12.3") - runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.3") + runtimeOnly("io.jsonwebtoken:jjwt-impl:0.12.4") runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.3") }