Skip to content

Commit

Permalink
Fix for CVE-2017-9096
Browse files Browse the repository at this point in the history
Updated itextpdf library version to 5.5.12 to address https://nvd.nist.gov/vuln/detail/CVE-2017-9096
  • Loading branch information
kalnida1 committed Mar 24, 2021
1 parent 828de14 commit e5671a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flying-saucer-pdf-itext5/pom.xml
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.5.11</version>
<version>5.5.12</version>
</dependency>
<dependency>
<groupId>org.xhtmlrenderer</groupId>
Expand Down

0 comments on commit e5671a9

Please sign in to comment.