Skip to content

Commit e070afb

Browse files
Update dependency com.nimbusds:nimbus-jose-jwt to v9.25.4 (#843)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8f21ab8 commit e070afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

line-bot-api-client/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
integrationTestImplementation(libs.jjwt.jackson)
6969
// https://github.com/jwtk/jjwt/issues/236 jjwt doens't support JWK parsing, yet.
7070
// Once jjwt support JWK, we can remove this dependency.
71-
integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:9.25.3")
71+
integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:9.25.4")
7272
integrationTestImplementation("org.springframework.boot:spring-boot-starter-test")
7373
integrationTestImplementation("org.springframework.boot:spring-boot-starter-logging")
7474
integrationTestImplementation("com.fasterxml.jackson.core:jackson-core")

0 commit comments

Comments
 (0)