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 6140664a6274a99cadb60c2af4f96b86924b5055
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Apr 20 23:47:51 2026 +0000

    Bump hibernate.version from 7.3.1.Final to 7.3.2.Final
    
    Bumps `hibernate.version` from 7.3.1.Final to 7.3.2.Final.
    
    Updates `org.hibernate.orm:hibernate-core` from 7.3.1.Final to 7.3.2.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - 
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.2/changelog.txt)
    - 
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.1...7.3.2)
    
    Updates `org.hibernate.orm:hibernate-jcache` from 7.3.1.Final to 7.3.2.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - 
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.2/changelog.txt)
    - 
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.1...7.3.2)
    
    Updates `org.hibernate.orm:hibernate-maven-plugin` from 7.3.1.Final to 
7.3.2.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - 
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.2/changelog.txt)
    - 
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.1...7.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate.orm:hibernate-core
      dependency-version: 7.3.2.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate.orm:hibernate-jcache
      dependency-version: 7.3.2.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate.orm:hibernate-maven-plugin
      dependency-version: 7.3.2.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4ad2875875..ce1d80ac1d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -438,7 +438,7 @@ under the License.
     <spring-boot.version>4.0.5</spring-boot.version>
     <spring-cloud-version>5.0.1</spring-cloud-version>
 
-    <hibernate.version>7.3.1.Final</hibernate.version>
+    <hibernate.version>7.3.2.Final</hibernate.version>
 
     <jasypt.version>1.9.3</jasypt.version>
 

Reply via email to