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
The following commit(s) were added to refs/heads/4_1_X by this push:
new 2834d88493 Upgrading PDFBox
2834d88493 is described below
commit 2834d88493b193fbe16b929d1e9125f7c8b8292a
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jul 13 08:30:13 2026 +0200
Upgrading PDFBox
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8a7118891f..c5b7ad1b05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1290,7 +1290,7 @@ under the License.
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
- <version>3.0.7</version>
+ <version>3.0.8</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>