diff --git a/build.gradle.kts b/build.gradle.kts index bf998c4ef56..e6310881c0d 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { testImplementation("io.mockk:mockk:1.13.9") 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.5") testRuntimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5") testImplementation("org.springframework.boot:spring-boot-starter-test") {