mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
ca33752267
This commit upgrades Jackson to 2.14.0-rc3, which resolves two outstanding issues Spring Framework had with rc2. This commit reverts the changes made due to those issues, see https://github.com/FasterXML/jackson-core/issues/824, and https://github.com/FasterXML/jackson-module-kotlin/issues/582. Closes gh-29405