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 534f9a899bff3412fa567f1a2bba2646788ba849
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 9 22:37:16 2026 +0000

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

Reply via email to