MINOR: Update jackson versions to match kafka versions#885
MINOR: Update jackson versions to match kafka versions#885Manikumar Reddy (omkreddy) merged 1 commit intomasterfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates Jackson library versions to align with Kafka's requirements, addressing a versioning scheme change in jackson-annotations starting from version 2.20. The main Jackson version is updated from 2.19.0 to 2.20.1, and a new separate property jackson.annotations.version (set to 2.20) is introduced to handle the divergent versioning scheme for jackson-annotations.
Key Changes
- Updated
jackson.versionfrom 2.19.0 to 2.20.1 - Added new
jackson.annotations.versionproperty set to 2.20 to accommodate the different versioning scheme
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Related to common change: confluentinc/common#885.
|
Manikumar Reddy (@omkreddy) |
jackson-annotations follows a different versioning scheme starting from 2.20, so I’ve added a new property,
jackson.annotations.version, for the jackson-annotations library. This property needs to be used by downstream projects.https://github.com/confluentinc/ce-kafka/pull/26252
We will update downstream projects after this