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 18e15a0eb49295f5a1805ae53200617d59e9fb75
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue May 12 04:37:45 2026 +0000

    Bump hibernate.version from 7.3.3.Final to 7.3.4.Final
    
    Bumps `hibernate.version` from 7.3.3.Final to 7.3.4.Final.
    
    Updates `org.hibernate.orm:hibernate-core` from 7.3.3.Final to 7.3.4.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - 
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.4/changelog.txt)
    - 
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.3...7.3.4)
    
    Updates `org.hibernate.orm:hibernate-jcache` from 7.3.3.Final to 7.3.4.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - 
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.4/changelog.txt)
    - 
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.3...7.3.4)
    
    Updates `org.hibernate.orm:hibernate-maven-plugin` from 7.3.3.Final to 
7.3.4.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - 
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.4/changelog.txt)
    - 
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.3...7.3.4)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate.orm:hibernate-core
      dependency-version: 7.3.4.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate.orm:hibernate-jcache
      dependency-version: 7.3.4.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate.orm:hibernate-maven-plugin
      dependency-version: 7.3.4.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 1408474f6d..aba0b8c20d 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.3.Final</hibernate.version>
+    <hibernate.version>7.3.4.Final</hibernate.version>
 
     <jasypt.version>1.9.3</jasypt.version>
 

Reply via email to