archiecobbs / ivyroundup

Online Ivy Repository
13 stars 13 forks source link

Added new versions of commons-lang3, commons-text and jackson based o… #221

Closed bsoul closed 2 years ago

bsoul commented 2 years ago

…n prior versions.

archiecobbs commented 2 years ago

Shouldn't the jackson version be 2.12.7, not 2.12.7.1?

bsoul commented 2 years ago

It's a situation which they describe as a "micro-patch". It seems to be primarily for urgent security issues on old branches. They only update the affected JAR and release that rather than doing a full release and rebuilding every JAR. So technically 2.12.7.1 is the same as 2.12.7 but with one JAR change. They previously did this with 2.12.6.1. Packager.xml has a brief comment explaining this. See: https://github.com/FasterXML/jackson/wiki/Jackson-Release-2.12

archiecobbs commented 2 years ago

OK sounds good. Just wanted to make sure it wasn't just a cut & paste leftover from last time.