upgrade pdfbox

This commit is contained in:
jstaerk
2025-05-12 15:26:21 +02:00
parent f9905d6fca
commit c9123c2240
3 changed files with 5 additions and 3 deletions

View File

@@ -110,12 +110,12 @@
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>preflight</artifactId>
<version>3.0.2</version>
<version>3.0.5</version>
</dependency>
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
<version>3.0.2</version>
<version>3.0.5</version>
</dependency>
<!-- DOM4j -->
<dependency>