We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704c835 commit 54dce53Copy full SHA for 54dce53
build.gradle
@@ -116,6 +116,8 @@ dependencies {
116
}
117
implementation 'xerces:xercesImpl:2.12.2'
118
implementation 'com.lowagie:itext:4.2.2'
119
+ // Fix CVE-2021-43113 in com.lowagie:itext:4.2.2
120
+ implementation 'com.itextpdf:itextpdf:5.5.13.4'
121
// Fix CVE-2020-15522 in com.lowagie:itext:2.1.7.js7
122
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
123
// JasperReport's export to XLS uses Apache POI
0 commit comments