From e1559dcdaa7d6e0fb3ba800095498af768552c1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:22:31 +0000 Subject: [PATCH] fix(deps): update dependency io.jsonwebtoken:jjwt-jackson 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 7a61f73..6dc3523 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { implementation("io.jsonwebtoken:jjwt-api:0.11.5") runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5") - runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5") + runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.12.4") developmentOnly("org.springframework.boot:spring-boot-devtools") }