Merge pull request #1044 from langfr/bugfix/1040

Correct version of org.apache.pdfbox:fontbox from 3.0.3 to 3.0.6.
This commit is contained in:
Jochen Staerk
2026-03-11 16:08:29 +01:00
committed by GitHub

View File

@@ -73,6 +73,10 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.pdfbox</groupId>
<artifactId>fontbox</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>