Skip to content

Commit

Permalink
Merge pull request #501 from rototor/upgrade_pdfbox
Browse files Browse the repository at this point in the history
Upgrade PDFBox to 2.0.20 and PDFBox-Graphics2D to 0.26.
  • Loading branch information
danfickle authored Jun 13, 2020
2 parents 9ab4c10 + a81641e commit af899b4
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 @@ -65,7 +65,7 @@
<dependency>
<groupId>de.rototor.pdfbox</groupId>
<artifactId>graphics2d</artifactId>
<version>0.25</version>
<version>0.26</version>
</dependency>
</dependencies>

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

<properties>
<pdfbox.version>2.0.19</pdfbox.version>
<pdfbox.version>2.0.20</pdfbox.version>
</properties>

</project>

0 comments on commit af899b4

Please sign in to comment.