Bump jackson-databind dependency to 2.13.2#542
Merged
Conversation
added 2 commits
March 12, 2022 20:01
jackson-databind dependency to 2.13jackson-databind dependency to 2.13.2
Merged
poovamraj
pushed a commit
that referenced
this pull request
Mar 16, 2022
* Bump `jackson-databind` dependency to 2.13 * Update build.gradle * Update build.gradle
poovamraj
added a commit
that referenced
this pull request
Mar 25, 2022
* Bump `jackson-databind` dependency to 2.13.2 (#542) * Bump `jackson-databind` dependency to 2.13 * Update build.gradle * Update build.gradle * Deprecate ES256K Algorithm (#543) * [SDK-3192] Deprecate secp256k1 curve for EC Algorithms * Documentation update * Release 3.19.0 Co-authored-by: Evan Sims <[email protected]> Co-authored-by: James Anderson <[email protected]>
Contributor
|
This actually doesn't change anything, as the CPE includes version Edit: Just found #566, please head over to the new PR and ignore this comment 😉 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
This PR bumps the
jackson-databinddependency to 2.13.2. This addresses CVE-2020-36518 for that dependency.References
Testing
Please describe how this can be tested by reviewers. Be specific about anything not tested and reasons why. If this library has unit and/or integration testing, tests should be added for new functionality and existing tests should complete without errors.
Checklist