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 0d3509b commit a356883Copy full SHA for a356883
line-bot-api-client/build.gradle
@@ -57,7 +57,7 @@ dependencies {
57
integrationTestImplementation 'io.jsonwebtoken:jjwt-jackson'
58
// https://github.com/jwtk/jjwt/issues/236 jjwt doens't support JWK parsing, yet.
59
// Once jjwt support JWK, we can remove this dependency.
60
- integrationTestImplementation 'com.nimbusds:nimbus-jose-jwt:9.12.1'
+ integrationTestImplementation 'com.nimbusds:nimbus-jose-jwt:9.13'
61
integrationTestImplementation 'org.springframework.boot:spring-boot-starter-test'
62
integrationTestImplementation 'org.springframework.boot:spring-boot-starter-logging'
63
integrationTestImplementation 'com.fasterxml.jackson.core:jackson-core'
0 commit comments