-
Notifications
You must be signed in to change notification settings - Fork 942
Commit 75e307f
authored
fix(deps): update jjwt to v0.13.0 (#1701)
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [io.jsonwebtoken:jjwt-jackson](https://redirect.github.com/jwtk/jjwt)
| `0.12.7` -> `0.13.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [io.jsonwebtoken:jjwt-impl](https://redirect.github.com/jwtk/jjwt) |
`0.12.7` -> `0.13.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
| [io.jsonwebtoken:jjwt-api](https://redirect.github.com/jwtk/jjwt) |
`0.12.7` -> `0.13.0` |
[](https://docs.renovatebot.com/merge-confidence/)
|
[](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>jwtk/jjwt (io.jsonwebtoken:jjwt-jackson)</summary>
###
[`v0.13.0`](https://redirect.github.com/jwtk/jjwt/blob/HEAD/CHANGELOG.md#0130)
[Compare
Source](https://redirect.github.com/jwtk/jjwt/compare/0.12.7...0.13.0)
This is the last minor JJWT release branch that will support Java 7. Any
necessary emergency bug fixes will be fixed in subsequent `0.13.x` patch
releases, but all new development, including Java 8 compatible changes,
will be in the next minor (`0.14.0`) release.
**All future JJWT major and minor versions ( `0.14.0` and later) will
require Java 8 or later.**
This `0.13.0` minor release has only one change:
- The previously private `JacksonDeserializer(ObjectMapper objectMapper,
Map<String, Class<?>> claimTypeMap)` constructor is now `public` for
those that want register a claims
type converter on their own specified `ObjectMapper` instance. See
[Issue 914](https://redirect.github.com/jwtk/jjwt/issues/914).
</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 these
updates 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:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODEuMiIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmN5IHVwZ3JhZGUiXX0=-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent af3f1a2 commit 75e307fCopy full SHA for 75e307f
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
- gradle
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
gradle/libraries.versions.toml
Copy file name to clipboardExpand all lines: gradle/libraries.versions.toml+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments