Skip to content

Commit

Permalink
Merge pull request #363 from rototor/upgrade_pdfbox_2_0_16
Browse files Browse the repository at this point in the history
Upgrade PDFBox to 2.0.16 and PDFBox-Graphics2d to 0.24
  • Loading branch information
danfickle authored Jun 28, 2019
2 parents 551ee3d + 05e9dac commit fa375ec
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.22</version>
<version>0.24</version>
</dependency>
</dependencies>

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

<properties>
<pdfbox.version>2.0.15</pdfbox.version>
<pdfbox.version>2.0.16</pdfbox.version>
</properties>

</project>

0 comments on commit fa375ec

Please sign in to comment.