- poi-5.0.0
poi-4.1.2
poi-4.1.1
The project is also having docx4j version = 6.1.1 and related dependency jar - commons-compress-1.12 version.
Also there is below POI -- commons-compress dependencies
- poi-5.0.0 which has dependency on commons-compress-1.20.jar
poi-4.1.2 which has dependency on commons-compress-1.19.jar
poi-4.1.1 which has dependency on commons-compress-1.19.jar
In order for us to upgrade the POI jars, we need to upgrade the commons-compress jar as well .
Main questions,
--> If we are upgrading to one of the POI jars and correspondingly upgrade commons-compress jar to commons-compress-1.19.jar or commons-compress-1.20.jar, will there be any impact with the functionalities that use docx4j 6.1.1 version?
--> We are not looking to upgrade docx4j version right now, so need to know if commons-compress-1.19.jar /commons-compress-1.20.jar upgrade from commons-compress-1.12 will result in any issues in docx4j 6.1.1 related functionalities. i.e is commons-compress-1.19.jar & commons-compress-1.20.jar compatible to be used with docx4j 6.1.1?
Please clarify.
Thanks,
Jaya