cunningt opened a new pull request, #22308:
URL: https://github.com/apache/camel/pull/22308

   # Description
   
   spring-boot 3.5.13 was released on 3/26/2026 a week after the release of 
spring-boot 3.5.12 and the major upgrade in it was a change from jackson 2.19.4 
to 2.21.2.      There are a few very small API changes in the minor version 
upgrade from 2.19.4 -> 2.21.2 but this PR handles them.     
   
   Ordinarily this is not the sort of change we should do on a LTS branch but I 
believe that jackson 2.21.2 fixes a GHSA, and there doesn't appear to be a 
2.19.x release with the fix : 
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.19
   
   Here's the change log for jackson 2.21.2 : 
https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.21.2
   
   # Target
   
   - [x ] I checked that the commit is targeting the correct branch (Camel 4 
uses the `main` branch)
   
   # Tracking
   - [ ] If this is a large change, bug fix, or code improvement, I checked 
there is a [JIRA issue](https://issues.apache.org/jira/browse/CAMEL) filed for 
the change (usually before you start working on it).
   
   # Apache Camel coding standards and style
   
   - [x ] I checked that each commit in the pull request has a meaningful 
subject line and body.
   
   - [x ] I have run `mvn clean install -DskipTests` locally from root folder 
and I have committed all auto-generated changes.
   
   


-- 
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