This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch tomee-10.x
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/tomee-10.x by this push:
new 26277e85f5 [tomee-10.x]: Bump version.hibernate.orm (#2809)
26277e85f5 is described below
commit 26277e85f5f7a623fdd5f19d2d2cee24ef4a7b43
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 11:38:54 2026 +0200
[tomee-10.x]: Bump version.hibernate.orm (#2809)
Bumps `version.hibernate.orm` from 6.6.53.Final to 6.6.54.Final.
Updates `org.hibernate.orm:hibernate-core` from 6.6.53.Final to 6.6.54.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
-
[Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.54/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.53...6.6.54)
Updates `org.hibernate.orm:hibernate-jcache` from 6.6.53.Final to
6.6.54.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
-
[Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.54/changelog.txt)
-
[Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.53...6.6.54)
---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
dependency-version: 6.6.54.Final
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.hibernate.orm:hibernate-jcache
dependency-version: 6.6.54.Final
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b8f8d668ac..e9b6c079b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,7 +218,7 @@
<!-- org.glassfish -->
<version.mojarra>4.0.18</version.mojarra>
<!-- org.hibernate -->
- <version.hibernate.orm>6.6.53.Final</version.hibernate.orm>
+ <version.hibernate.orm>6.6.54.Final</version.hibernate.orm>
<version.hibernate.validator>8.0.4.Final</version.hibernate.validator>
<!-- Other API and Impl. not in Jakarta EE -->