This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 255dee3196 Upgrading PDFBox
255dee3196 is described below
commit 255dee3196b1f36a7b8c57c72315f7837dec1392
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Sat Aug 10 07:03:09 2024 +0200
Upgrading PDFBox
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 521fc0f985..36951ec6a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1277,7 +1277,7 @@ under the License.
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
- <version>3.0.2</version>
+ <version>3.0.3</version>
<exclusions>
<exclusion>
<groupId>commons-logging</groupId>