Skip to content

Commit 54dce53

Browse files
authored
5.13.1 hotfix release (#2129)
1 parent 704c835 commit 54dce53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

+2
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ dependencies {
116116
}
117117
implementation 'xerces:xercesImpl:2.12.2'
118118
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'
119121
// Fix CVE-2020-15522 in com.lowagie:itext:2.1.7.js7
120122
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
121123
// JasperReport's export to XLS uses Apache POI

0 commit comments

Comments
 (0)