Skip to content

Commit

Permalink
fix(deps): update dependency com.nimbusds:nimbus-jose-jwt to v9.37.2 (#…
Browse files Browse the repository at this point in the history
…1178)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

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.37.1` -> `9.37.2` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.nimbusds:nimbus-jose-jwt/9.37.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.nimbusds:nimbus-jose-jwt/9.37.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.nimbusds:nimbus-jose-jwt/9.37.1/9.37.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.nimbusds:nimbus-jose-jwt/9.37.1/9.37.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>connect2id/nimbus-jose-jwt
(com.nimbusds:nimbus-jose-jwt)</summary>

###
[`v9.37.2`](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.2%0D9.37.1)

[Compare
Source](https://bitbucket.org/connect2id/nimbus-jose-jwt/branches/compare/9.37.2%0D9.37.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/line/line-bot-sdk-java).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy44MS4zIiwidXBkYXRlZEluVmVyIjoiMzcuODEuMyIsInRhcmdldEJyYW5jaCI6Im1hc3RlciJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 3, 2023
1 parent 863ca67 commit b01a3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion line-bot-integration-test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ dependencies {
integrationTestImplementation(libs.jjwt.jackson)
// https://github.com/jwtk/jjwt/issues/236 jjwt doens't support JWK parsing, yet.
// Once jjwt support JWK, we can remove this dependency.
integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:9.37.1")
integrationTestImplementation("com.nimbusds:nimbus-jose-jwt:9.37.2")
integrationTestImplementation("org.springframework.boot:spring-boot-starter-test")
integrationTestImplementation("org.springframework.boot:spring-boot-starter-logging")
integrationTestImplementation("com.fasterxml.jackson.core:jackson-core")
Expand Down

0 comments on commit b01a3ca

Please sign in to comment.