Skip to content

Commit

Permalink
Minor dependency updates (pdfbox 3.0.1, graphics2d 3.0.1) (danfickle#12)
Browse files Browse the repository at this point in the history
Updated two libraries. Tests seem to be working.

Co-authored-by: Stefan K <x@x.x>
  • Loading branch information
ganomi and Stefan K authored Feb 20, 2024
1 parent f6cccff commit 6c8a4d6
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 @@ -100,7 +100,7 @@
<dependency>
<groupId>de.rototor.pdfbox</groupId>
<artifactId>graphics2d</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -152,7 +152,7 @@
</build>

<properties>
<pdfbox.version>3.0.0</pdfbox.version>
<pdfbox.version>3.0.1</pdfbox.version>
</properties>

</project>

0 comments on commit 6c8a4d6

Please sign in to comment.