This is an automated email from the ASF dual-hosted git repository. ilgrosso pushed a commit to branch 4_1_X in repository https://gitbox.apache.org/repos/asf/syncope.git
commit 20134fcfe785fa449c757de76650e119ef845b74 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 5160de2a6f..5a9fdcd2bf 100644 --- a/pom.xml +++ b/pom.xml @@ -1196,7 +1196,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>
