I have a java project where I am using jackson-databind:2.10.2
IntelliJ is warning that this version has a vulnerability and is recommending I update to 2.13.4.1
My question is how I should make sure that the new version is backward compatible?
I have a java project where I am using jackson-databind:2.10.2
IntelliJ is warning that this version has a vulnerability and is recommending I update to 2.13.4.1
My question is how I should make sure that the new version is backward compatible?