This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new 49b079e37f Upgrading Hibernate and PDFBox
49b079e37f is described below
commit 49b079e37f77ac1e66c1500e8b9cecd4bf14d377
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jul 13 08:29:53 2026 +0200
Upgrading Hibernate and PDFBox
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1d192efdde..7704945fff 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,7 @@ under the License.
<spring-boot.version>4.1.0</spring-boot.version>
<spring-cloud-version>5.0.2</spring-cloud-version>
- <hibernate.version>7.4.4.Final</hibernate.version>
+ <hibernate.version>7.4.5.Final</hibernate.version>
<jasypt.version>1.9.3</jasypt.version>
@@ -1217,7 +1217,7 @@ under the License.
<dependency>
<groupId>org.apache.pdfbox</groupId>
<artifactId>pdfbox</artifactId>
- <version>3.0.7</version>
+ <version>3.0.8</version>
</dependency>
<dependency>