spring-cloud-stream
spring-cloud-stream copied to clipboard
The Jackson version should be consistent with the management of spring-boot-dependencies(Spring Boot 2.6.1 -> Jackson 2.13.0)
Describe the issue We encountered a problem with Jackson version dependency. I hope you can upgrade the version of Jackson to be consistent with the version managed by Spring Boot Dependencies 2.6.1, or why use a lower version?
Here we depend on this version 2.13.0 and plan to use it here, so we have to use a single module to run the integration test cases using dependency management to lock the higher Jackson version.