Skip to content

Commit

Permalink
5.13.1 hotfix release (#2129)
Browse files Browse the repository at this point in the history
  • Loading branch information
raikbitters authored Dec 17, 2024
1 parent 704c835 commit 54dce53
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ dependencies {
}
implementation 'xerces:xercesImpl:2.12.2'
implementation 'com.lowagie:itext:4.2.2'
// Fix CVE-2021-43113 in com.lowagie:itext:4.2.2
implementation 'com.itextpdf:itextpdf:5.5.13.4'
// Fix CVE-2020-15522 in com.lowagie:itext:2.1.7.js7
implementation 'org.bouncycastle:bcprov-jdk15on:1.70'
// JasperReport's export to XLS uses Apache POI
Expand Down

0 comments on commit 54dce53

Please sign in to comment.