nnatarajan commented on a change in pull request #940:
URL: https://github.com/apache/fineract/pull/940#discussion_r430667464
##########
File path: fineract-provider/build.gradle
##########
@@ -87,8 +87,9 @@ dependencyManagement {
dependency 'org.apache.commons:commons-email:1.5'
dependency 'org.apache.commons:commons-io:+'
dependency 'org.drizzle.jdbc:drizzle-jdbc:1.4'
- dependency 'com.lowagie:itext:2.1.7'
- dependency 'com.lowagie:itext-rtf:2.1.7'
+ dependency 'com.lowagie:itext:4.2.2'
+ dependency 'com.lowagie:itext-rtf:4.2.2'
+ dependency 'com.itextpdf:itextpdf:5.5.13'
Review comment:
When I updated itext, I got error, requiring com.itextpdf:itextpdf. It
seems that they are independent vendors. Version 5 is the most current version
and dates back to 2011.
##########
File path: fineract-provider/build.gradle
##########
@@ -87,8 +87,9 @@ dependencyManagement {
dependency 'org.apache.commons:commons-email:1.5'
dependency 'org.apache.commons:commons-io:+'
dependency 'org.drizzle.jdbc:drizzle-jdbc:1.4'
- dependency 'com.lowagie:itext:2.1.7'
- dependency 'com.lowagie:itext-rtf:2.1.7'
+ dependency 'com.lowagie:itext:4.2.2'
+ dependency 'com.lowagie:itext-rtf:4.2.2'
+ dependency 'com.itextpdf:itextpdf:5.5.13'
Review comment:
https://mvnrepository.com/artifact/com.itextpdf/itextpdf
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]