Skip to content

Commit 54577a8

Browse files
Bump nimbus-jose-jwt from 9.19 to 9.21 (#743)
Bumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.19 to 9.21. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.21..9.19) --- updated-dependencies: - dependency-name: com.nimbusds:nimbus-jose-jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0305c5c commit 54577a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

line-bot-api-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
integrationTestImplementation 'io.jsonwebtoken:jjwt-jackson'
5858
// https://github.com/jwtk/jjwt/issues/236 jjwt doens't support JWK parsing, yet.
5959
// Once jjwt support JWK, we can remove this dependency.
60-
integrationTestImplementation 'com.nimbusds:nimbus-jose-jwt:9.19'
60+
integrationTestImplementation 'com.nimbusds:nimbus-jose-jwt:9.21'
6161
integrationTestImplementation 'org.springframework.boot:spring-boot-starter-test'
6262
integrationTestImplementation 'org.springframework.boot:spring-boot-starter-logging'
6363
integrationTestImplementation 'com.fasterxml.jackson.core:jackson-core'

0 commit comments

Comments
 (0)