Springboot 2.6.6 version application failed to start after overiding the jackson dependencies to avoid CVE-2018-7658 by default springboot comes with jackson 2.13.2 version need to downgrade to 2.9.5 version to avoid vulnerability but application is not starting up.
Spring boot failed to run after overriding the Jackson dependencies in gradle to avoid CVE-2018-7658
Asked
Active
Viewed 173 times
0
-
Please post Exception details or complete logs for further understanding the exact issue – Chetan Ahirrao Apr 19 '22 at 17:33
-
Try to override the last version of the `bom` instead. – Harry Coder Apr 20 '22 at 00:56
-
Spring Boot is designed to work with a specific set of dependency versions. You can't do a massive downgrade of one of the key dependencies and expect it to work. – GreenSaguaro Apr 20 '22 at 05:11