Skip to content

Commit f0e6806

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

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