From 8e166dd919a4b4875b129f4ef4704b30e9d0d7b2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2026 19:08:29 +0000 Subject: [PATCH] fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.9 --- line-bot-integration-test/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/line-bot-integration-test/build.gradle.kts b/line-bot-integration-test/build.gradle.kts index 57ad5c7c0..5d161f6ee 100644 --- a/line-bot-integration-test/build.gradle.kts +++ b/line-bot-integration-test/build.gradle.kts @@ -70,7 +70,7 @@ dependencies { integrationTestImplementation(libs.jjwt.jackson) // https://github.com/jwtk/jjwt/issues/236 jjwt doens't support JWK parsing, yet. // Once jjwt support JWK, we can remove this dependency. - integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:10.8") + integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:10.9") integrationTestImplementation("org.springframework.boot:spring-boot-starter-test") integrationTestImplementation("org.springframework.boot:spring-boot-starter-logging") integrationTestImplementation("com.fasterxml.jackson.core:jackson-core")