This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_0_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit e20920160b2ee8cb11b984d1ccb15b002e62f00d Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Mar 10 07:26:35 2026 +0100 Upgrading PDFBox --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 872dbe2ad5..7944fd0dbc 100644 --- a/pom.xml +++ b/pom.xml @@ -1208,7 +1208,7 @@ under the License. <dependency> <groupId>org.apache.pdfbox</groupId> <artifactId>pdfbox</artifactId> - <version>3.0.6</version> + <version>3.0.7</version> <exclusions> <exclusion> <groupId>commons-logging</groupId>
