Closed RokLenarcic closed 5 years ago
@RokLenarcic, did you also upgrade jackson-core
to 2.10.0
?
Not explicitly, no. I assumed that a version of databind also pulls the same version of core as dependency, but it looks like someone specifically requires core at 2.9.6
. Specifying core version fixes this. Thanks.
If you upgrade
[com.fasterxml.jackson.core/jackson-databind "2.9.9"]
to2.10.0
you will get this message when compiling project:The reason I bumped the version was 6 CVEs for version
2.9.9
.