We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f21ab8 commit e070afbCopy full SHA for e070afb
line-bot-api-client/build.gradle.kts
@@ -68,7 +68,7 @@ dependencies {
68
integrationTestImplementation(libs.jjwt.jackson)
69
// https://github.com/jwtk/jjwt/issues/236 jjwt doens't support JWK parsing, yet.
70
// Once jjwt support JWK, we can remove this dependency.
71
- integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:9.25.3")
+ integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:9.25.4")
72
integrationTestImplementation("org.springframework.boot:spring-boot-starter-test")
73
integrationTestImplementation("org.springframework.boot:spring-boot-starter-logging")
74
integrationTestImplementation("com.fasterxml.jackson.core:jackson-core")
0 commit comments