deps: bump io.jsonwebtoken:jjwt from 0.12.7 to 0.13.0
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(10 months ago)
(9 months ago)
dependencies java
Bumps io.jsonwebtoken:jjwt from 0.12.7 to 0.13.0.
Release notes
Sourced from io.jsonwebtoken:jjwt's releases.
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.xpatch 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.0and later) will require Java 8 or later.What's Changed
This release contains a single change:
- The previously private
JacksonDeserializer(ObjectMapper objectMapper, Map<String, Class<?>> claimTypeMap)constructor is nowpublicfor those that want register a claims type converter on their own specifiedObjectMapperinstance. Thank you to@kesrishubham2510for PR #972. See Issue 914.Full Changelog: https://github.com/jwtk/jjwt/compare/0.12.7...0.13.0
Changelog
Sourced from io.jsonwebtoken:jjwt's changelog.
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.xpatch 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.0and later) will require Java 8 or later.This
0.13.0minor release has only one change:
- The previously private
JacksonDeserializer(ObjectMapper objectMapper, Map<String, Class<?>> claimTypeMap)constructor is nowpublicfor those that want register a claims type converter on their own specifiedObjectMapperinstance. See Issue 914.
Commits
a757add[maven-release-plugin] prepare release 0.13.0e357463Preparing for the 0.13.0 release.b6f8cb8Made constructor public to allow users their own objectMapper instance (#972)03f088aBumping development version to 0.13.0-SNAPSHOT (#1014)3f2697fRelease 0.12.7 (#1012)a0a123ePR #917- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
1
1
+1
-1
Package Dependencies
Technical Details
| ID: | 5451128 |
| UUID: | 2763277052 |
| Node ID: | PR_kwDONDS46c6ktEL8 |
| Host: | GitHub |
| Repository: | SmartPotTech/SmartPot-API |
| Merge State: | Unknown |