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 c08c978 commit f0e6806Copy full SHA for f0e6806
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.11'
+ integrationTestImplementation 'com.nimbusds:nimbus-jose-jwt:9.11.1'
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