-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump jackson-bom from 2.14.2 to 2.15.0 #655
Bump jackson-bom from 2.14.2 to 2.15.0 #655
Conversation
Bumps [jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.14.2 to 2.15.0. - [Release notes](https://github.com/FasterXML/jackson-bom/releases) - [Commits](FasterXML/jackson-bom@jackson-bom-2.14.2...jackson-bom-2.15.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Among other things, this updates snakeyaml to 2.0.0 (which fixes a CVE). Also see the separate PR #584 which updates snakeyaml. This should be tested in concert with the snakeyaml update against some (or all) of our projects before merging. Marking as Draft for now. |
After running this against all our repositories, I found only one issue, which was in Once we update to Jackson 2.15.0 the above-mentioned test will fail, with the AssertJ error message:
The specific problem is that the deserialized objects have date/time values such as One way to fix the test is to do this when creating the "expected" Also see these references: |
Superseded by #672. |
* Normalize the ZoneId so the test passes * Remove Slf4j annotation at top-level since not being used See the following for more details on the ZoneId issue: kiwiproject/kiwi-bom#655 (comment) Closes #259
* Bump org.kiwiproject:kiwi-bom from 1.0.0 to 1.1.0 Bumps [org.kiwiproject:kiwi-bom](https://github.com/kiwiproject/kiwi-bom) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/kiwiproject/kiwi-bom/releases) - [Commits](kiwiproject/kiwi-bom@v1.0.0...v1.1.0) --- updated-dependencies: - dependency-name: org.kiwiproject:kiwi-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Fix test that breaks in Jackson 2.15.x and higher * Normalize the ZoneId so the test passes * Remove Slf4j annotation at top-level since not being used See the following for more details on the ZoneId issue: kiwiproject/kiwi-bom#655 (comment) Closes #259 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Scott Leberknight <[email protected]>
Bumps jackson-bom from 2.14.2 to 2.15.0.
Commits
2c28e23
[maven-release-plugin] prepare release jackson-bom-2.15.035c5c4f
Prepare for 2.15.0 release3fc3624
Back to snapshot deps246b73c
[maven-release-plugin] prepare for next development iterationc2b35ab
[maven-release-plugin] prepare release jackson-bom-2.15.0-rc3814d8f5
Prepare for 2.15.0-rc3 release365ee6a
Back to snapshot deps2ff14f1
[maven-release-plugin] prepare for next development iteration78c68bc
[maven-release-plugin] prepare release jackson-bom-2.15.0-rc29f26bd4
Prepare for 2.15.0-rc2Dependabot 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)