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 1f86457e35 Upgrading Hibernate ORM
1f86457e35 is described below
commit 1f86457e356fa46485c1178582e9c3793730e15b
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon May 18 11:54:31 2026 +0200
Upgrading Hibernate ORM
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 485c1374f8..5bcf32bddb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,7 @@ under the License.
<spring-boot.version>4.0.6</spring-boot.version>
<spring-cloud-version>5.0.1</spring-cloud-version>
- <hibernate.version>7.3.4.Final</hibernate.version>
+ <hibernate.version>7.3.5.Final</hibernate.version>
<jasypt.version>1.9.3</jasypt.version>