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
commit aaec09fabcc4aee274f2d175e9f2c23bc3587b5e Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Wed Sep 16 08:24:27 2026 +0200 Upgrading Hibernate ORM --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 24975ffbd5..39ff8ff3dd 100644 --- a/pom.xml +++ b/pom.xml @@ -438,7 +438,7 @@ under the License. <spring-boot.version>4.1.1</spring-boot.version> <spring-cloud-version>5.0.3</spring-cloud-version> - <hibernate.version>7.4.7.Final</hibernate.version> + <hibernate.version>7.4.8.Final</hibernate.version> <jasypt.version>1.9.3</jasypt.version>
