I've used com.fasterxml.jackson.core (v2.8.11)
and com.github.ben-manes.caffeine (v2.8.1)
maven dependencies in my Spring project.
When I upgraded the jackson-core
version from 2.8.11
to 2.11.2
I'm getting
java.lang.ClassNotFoundException: com.github.benmanes.caffeine.cache.Caffeine
exception. Did anyone face a similar scenario? Any suggestion is highly appreciated. Thanks in advance.