This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new e4bc0d35e5 Bump version.hibernate.orm from 7.2.5.Final to 7.2.6.Final
e4bc0d35e5 is described below
commit e4bc0d35e56f7e7cf37f1b912bb381f64535d45c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 1 04:12:14 2026 +0000
Bump version.hibernate.orm from 7.2.5.Final to 7.2.6.Final
Bumps `version.hibernate.orm` from 7.2.5.Final to 7.2.6.Final.
Updates `org.hibernate.orm:hibernate-core` from 7.2.5.Final to 7.2.6.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
-
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.6/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.5...7.2.6)
Updates `org.hibernate.orm:hibernate-jcache` from 7.2.5.Final to 7.2.6.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
-
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.2.6/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.2.5...7.2.6)
---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
dependency-version: 7.2.6.Final
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-jcache
dependency-version: 7.2.6.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 7f3f15c6d1..5e1ca30f35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -226,7 +226,7 @@
<!-- org.glassfish -->
<version.mojarra>4.0.14</version.mojarra>
<!-- org.hibernate -->
- <version.hibernate.orm>7.2.5.Final</version.hibernate.orm>
+ <version.hibernate.orm>7.2.6.Final</version.hibernate.orm>
<version.hibernate.validator>9.1.0.Final</version.hibernate.validator>
<!-- Other API and Impl. not in Jakarta EE -->