Skip to content

Commit bfec2c0

Browse files
fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10.1 (#1589)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `10.0.2` -> `10.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.nimbusds:nimbus-jose-jwt/10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.nimbusds:nimbus-jose-jwt/10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.nimbusds:nimbus-jose-jwt/10.0.2/10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.nimbusds:nimbus-jose-jwt/10.0.2/10.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>connect2id/nimbus-jose-jwt (com.nimbusds:nimbus-jose-jwt)</summary> ### [`v10.1`](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.1%0D10.0.2) [Compare Source](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.1%0D10.0.2) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-java). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMjcuMyIsInVwZGF0ZWRJblZlciI6IjM5LjIyNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6745aac commit bfec2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: line-bot-integration-test/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ dependencies {
7070
integrationTestImplementation(libs.jjwt.jackson)
7171
// https://github.com/jwtk/jjwt/issues/236 jjwt doens't support JWK parsing, yet.
7272
// Once jjwt support JWK, we can remove this dependency.
73-
integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:10.0.2")
73+
integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:10.1")
7474
integrationTestImplementation("org.springframework.boot:spring-boot-starter-test")
7575
integrationTestImplementation("org.springframework.boot:spring-boot-starter-logging")
7676
integrationTestImplementation("com.fasterxml.jackson.core:jackson-core")

0 commit comments

Comments
 (0)