shibd opened a new pull request, #26186: URL: https://github.com/apache/pulsar/pull/26186
### Motivation Upgrade Jackson to 2.18.9 to fix the following vulnerability: - https://github.com/FasterXML/jackson-databind/security/advisories/GHSA-5jmj-h7xm-6q6v (CVE-2026-54515) Affected versions can make properties ignored with `@JsonIgnoreProperties` writable again when per-property case-insensitive deserialization is enabled. ### Modifications Upgrade Jackson from 2.18.8 to 2.18.9 and update the server and shell `LICENSE.bin.txt` files accordingly. ### Verifications - `./mvnw -q -N help:evaluate -Dexpression=jackson.version -DforceStdout` - `./mvnw -pl pulsar-client -am -Dtest=ConfigurationDataUtilsTest -Dsurefire.failIfNoSpecifiedTests=false -Dspotbugs.skip=true -Dcheckstyle.skip=true -Drat.skip=true test` (9 tests, 0 failures, 0 errors) -- 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]
