abhilashmandaliya opened a new pull request, #25504:
URL: https://github.com/apache/pulsar/pull/25504

   Main Issue: Upgraded Jackson to 2.21 LTS
   
   ### Motivation
   
   The currently used Jackson version 2.18.6 is vulnerable and older. Also, the 
user generating a new pulsar sink with a higher Jackson version encounters an 
error due to a signature change in a few Jackson classes.
   
   ### Modifications
   
   * Upgraded all Jackson libraries to version 2.21.0 and `jackson-annotations` 
to 2.21 (that doesn't have a patch version anymore)
   
   ### Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ### Does this pull request potentially affect one of the following parts:
   
   <!-- DO NOT REMOVE THIS SECTION. CHECK THE PROPER BOX ONLY. -->
   
   *If the box was checked, please highlight the changes*
   
   - [x] Dependencies (add or upgrade a dependency)
   - [ ] The public API
   - [ ] The schema
   - [ ] The default values of configurations
   - [ ] The threading model
   - [ ] The binary protocol
   - [ ] The REST endpoints
   - [ ] The admin CLI options
   - [ ] The metrics
   - [ ] Anything that affects deployment


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to