S1874 FP "@Deprecated" code should not be used java:S1874, in ObjectNode

Hi @Eduardo_Ito,
We usually pick up the deprecation information as we parse the code and match the types and methods we encounter with classes found in the classpath.

Could it be that multiple versions of jackson-data-bind live within that classpath?

Could you run the analysis with debug logs enabled? That should give us an idea of whether were seeing the right version of the library.

Cheers