What is the latest jar version for jackson-all and jackson-mapper-asl?

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

0

2 Answers

According to you're using the outdated org.codehaus.jackson.* versions and should be using the new com.fasterxml.jackson.* versions.

2

com.fasterxml.jackson.core:jackson-mapper-asl:2.9.8 will be the new dependency

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like