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 62e4ddf6717e0bab613207113140085b84058d7d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 10 22:39:21 2026 +0000
Bump hibernate.version from 7.3.0.Final to 7.3.1.Final
Bumps `hibernate.version` from 7.3.0.Final to 7.3.1.Final.
Updates `org.hibernate.orm:hibernate-core` from 7.3.0.Final to 7.3.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
-
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.1/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.0...7.3.1)
Updates `org.hibernate.orm:hibernate-jcache` from 7.3.0.Final to 7.3.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
-
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.1/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.0...7.3.1)
Updates `org.hibernate.orm:hibernate-maven-plugin` from 7.3.0.Final to
7.3.1.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
-
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.3.1/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.3.0...7.3.1)
---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
dependency-version: 7.3.1.Final
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-jcache
dependency-version: 7.3.1.Final
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-maven-plugin
dependency-version: 7.3.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 6277f9e5ca..4cf8e66ba7 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.0.Final</hibernate.version>
+ <hibernate.version>7.3.1.Final</hibernate.version>
<jasypt.version>1.9.3</jasypt.version>