From c1d9010f38ebd75005e681dcfd2bb811f19f3c89 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 04:08:18 +0000 Subject: [PATCH] Update dependency io.jsonwebtoken:jjwt-impl to v0.12.6 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index cfd3eb1972..1c6f429aa7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -79,7 +79,7 @@ dependencies { testImplementation("net.bytebuddy:byte-buddy:1.14.18") testImplementation("io.jsonwebtoken:jjwt-api:0.11.5") testImplementation("com.github.tomakehurst:wiremock-standalone:3.0.1") - testRuntimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5") + testRuntimeOnly("io.jsonwebtoken:jjwt-impl:0.12.6") testRuntimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5") testImplementation("org.springframework.boot:spring-boot-starter-test") {