Skip to content

Commit

Permalink
Merge pull request #333 from rototor/upgrade_pdfbox_2.0.14
Browse files Browse the repository at this point in the history
Upgrade PDFBox and PDFBox-Graphics2D versions
  • Loading branch information
danfickle authored Mar 5, 2019
2 parents 3136058 + 52799a1 commit 6d2ac84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ from ````/openhtmltopdf-examples/src/main/java/com/openhtmltopdf/testcases/Testc
## CHANGELOG

### head - 0.0.1-RC18-SNAPSHOT
+ [#333](https://github.com/danfickle/openhtmltopdf/pull/333) Upgraded PDFBox to 2.0.14 and PDFBox-Graphics2D to 0.21.

### 0.0.1-RC17
+ [#284](https://github.com/danfickle/openhtmltopdf/pull/284) [#288](https://github.com/danfickle/openhtmltopdf/issues/288) IMPORTANT: This release was brought forward due to a CVE in Apache Batik used by the optional SVG module.
Expand Down
4 changes: 2 additions & 2 deletions openhtmltopdf-pdfbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>de.rototor.pdfbox</groupId>
<artifactId>graphics2d</artifactId>
<version>0.17</version>
<version>0.21</version>
</dependency>
</dependencies>

Expand All @@ -82,7 +82,7 @@
</build>

<properties>
<pdfbox.version>2.0.12</pdfbox.version>
<pdfbox.version>2.0.14</pdfbox.version>
</properties>

</project>

0 comments on commit 6d2ac84

Please sign in to comment.