Skip to content

Commit

Permalink
Merge pull request #284 from itasgmbh/CVE-2018-8013
Browse files Browse the repository at this point in the history
Update batik deps due to CVE-2018-8013
  • Loading branch information
danfickle authored Oct 17, 2018
2 parents b545b18 + ecf3133 commit 665c28b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions openhtmltopdf-svg-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,17 @@
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-transcoder</artifactId>
<version>1.9</version>
<version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-codec</artifactId>
<version>1.9</version>
<version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-ext</artifactId>
<version>1.10</version>
</dependency>
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
Expand Down

0 comments on commit 665c28b

Please sign in to comment.