We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6745aac commit bfec2c0Copy full SHA for bfec2c0
line-bot-integration-test/build.gradle.kts
@@ -70,7 +70,7 @@ dependencies {
70
integrationTestImplementation(libs.jjwt.jackson)
71
// https://github.com/jwtk/jjwt/issues/236 jjwt doens't support JWK parsing, yet.
72
// Once jjwt support JWK, we can remove this dependency.
73
- integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:10.0.2")
+ integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:10.1")
74
integrationTestImplementation("org.springframework.boot:spring-boot-starter-test")
75
integrationTestImplementation("org.springframework.boot:spring-boot-starter-logging")
76
integrationTestImplementation("com.fasterxml.jackson.core:jackson-core")
0 commit comments