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 de0df3b1ac Upgrading Hibernate ORM
de0df3b1ac is described below
commit de0df3b1acfc538d7d3a3685f36e180611e6a2b9
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Mar 2 08:27:56 2026 +0100
Upgrading Hibernate ORM
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 1811c3de38..6ab5f505a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,7 @@ under the License.
<spring-boot.version>4.0.3</spring-boot.version>
<spring-cloud-version>5.0.1</spring-cloud-version>
- <hibernate.version>7.2.5.Final</hibernate.version>
+ <hibernate.version>7.2.6.Final</hibernate.version>
<jasypt.version>1.9.3</jasypt.version>