Jackson-databind: Version 2.9.9.1 is not available on Maven central

Created on 23 Jul 2019  路  3Comments  路  Source: FasterXML/jackson-databind

I saw a security-related release was made some weeks ago, 2.9.9.1, but I can't find it on Maven Central.

Most helpful comment

It's here:

http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/

But perhaps you were assuming that all components had 2.9.9.1? This is not the case, micro-patches (version with 4th digit) are ONLY point releases for specific components. So only jackson-databind has been released. Eventually there will be 2.9.10 once there are more meaningful fixes, but right now there's just this "override"

All 3 comments

It's here:

http://repo1.maven.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.9.9.1/

But perhaps you were assuming that all components had 2.9.9.1? This is not the case, micro-patches (version with 4th digit) are ONLY point releases for specific components. So only jackson-databind has been released. Eventually there will be 2.9.10 once there are more meaningful fixes, but right now there's just this "override"

@cowtowncoder indeed, sorry for the confusion, apparently I'm not the only one, see https://github.com/jdbi/jdbi/pull/1562 and https://github.com/FasterXML/jackson-bom/issues/21 for example

@victornoel No I understand, it's... not that obvious a thing. Given that there are now 2 new reports, but not many other fixes to 2.9, I will probably do another micro-patch, and this time also do matching -bom release to help with version sets.

Was this page helpful?
0 / 5 - 0 ratings