Skip to content

Commit

Permalink
Upgrade PDFBox and PDFBox-Graphics2D
Browse files Browse the repository at this point in the history
I had to make a fix in pdfbox-graphics2d and also upgraded the PDFBox
version there.
  • Loading branch information
rototor committed Apr 11, 2017
1 parent 6984f6e commit f7dcd09
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 f7dcd09

Please sign in to comment.