What is the latest jar version for jackson-all and jackson-mapper-asl? I had the jackson-all-1.9.9.jar and jackson-mapper-asl-1.9.13.jar, but I am not sure they are the latest ones, please advise me, thank you
02 Answers
According to you're using the outdated org.codehaus.jackson.* versions and should be using the new com.fasterxml.jackson.* versions.
com.fasterxml.jackson.core:jackson-mapper-asl:2.9.8 will be the new dependency