Maintenance: update jackson and aws-xray-recorder dependencies together #1538
Labels
dependencies
Pull requests that update a dependency file
good first issue
Good for newcomers
maven
v2
Version 2
Milestone
Summary
Jackson 2.16.0 introduces some breaking changes that require to update the AWS X-Ray Recorder dependencies to 2.15.0.
Why is this needed?
We need to be careful to update both dependencies at once to prevent breaking applications. There are other breaking changes in Jackson 2.16.0 (e.g. new behavior of
DefaultPrettyPrinter
) that may also affect this project. TheDefaultPrettyPrinter
is used inJacksonFactoryCopy.java
Which area does this relate to?
No response
Solution
Update both dependencies and check for any unwanted behavior
Acknowledgment
The text was updated successfully, but these errors were encountered: