Skip to content

Commit

Permalink
Merge pull request #86 from rototor/update_pdfbox_graphics_dep
Browse files Browse the repository at this point in the history
Upgrade PDFBox and PDFBox-Graphics2D
  • Loading branch information
danfickle authored Apr 19, 2017
2 parents 6984f6e + f7dcd09 commit 419fa28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openhtmltopdf-pdfbox/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>com.openhtmltopdf</groupId>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>de.rototor.pdfbox</groupId>
<artifactId>graphics2d</artifactId>
<version>0.2</version>
<version>0.3</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 419fa28

Please sign in to comment.