Skip to content

Commit 7a88170

Browse files
fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.3
1 parent 8720ec2 commit 7a88170

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

line-bot-integration-test/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
integrationTestImplementation(libs.jjwt.jackson)
7171
// https://github.com/jwtk/jjwt/issues/236 jjwt doens't support JWK parsing, yet.
7272
// Once jjwt support JWK, we can remove this dependency.
73-
integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:10.2")
73+
integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:10.3")
7474
integrationTestImplementation("org.springframework.boot:spring-boot-starter-test")
7575
integrationTestImplementation("org.springframework.boot:spring-boot-starter-logging")
7676
integrationTestImplementation("com.fasterxml.jackson.core:jackson-core")

0 commit comments

Comments
 (0)