Skip to content

Commit a356883

Browse files
Bump nimbus-jose-jwt from 9.12.1 to 9.13 (#687)
Bumps [nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) from 9.12.1 to 9.13. - [Changelog](https://bitbucket.org/connect2id/nimbus-jose-jwt/src/master/CHANGELOG.txt) - [Commits](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.13..9.12.1) --- 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 0d3509b commit a356883

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.12.1'
60+
integrationTestImplementation 'com.nimbusds:nimbus-jose-jwt:9.13'
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)