Skip to content

Commit 38b3fe3

Browse files
fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v10 (#1511)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.nimbusds:nimbus-jose-jwt](https://bitbucket.org/connect2id/nimbus-jose-jwt) | `9.48` -> `10.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.nimbusds:nimbus-jose-jwt/10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.nimbusds:nimbus-jose-jwt/10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.nimbusds:nimbus-jose-jwt/9.48/10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.nimbusds:nimbus-jose-jwt/9.48/10.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>connect2id/nimbus-jose-jwt (com.nimbusds:nimbus-jose-jwt)</summary> ### [`v10.0`](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.0%0D9.48) [Compare Source](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/10.0%0D9.48) </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:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1338435 commit 38b3fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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:9.48")
73+
integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:10.0")
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)