This is an automated email from the ASF dual-hosted git repository.

jungm 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 d9e8fd756c [tomee-10.x]: Bump version.hibernate.orm
d9e8fd756c is described below

commit d9e8fd756cb71936047b701e3b67605781ce85a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 20 22:48:50 2026 +0000

    [tomee-10.x]: Bump version.hibernate.orm
    
    Bumps `version.hibernate.orm` from 6.6.41.Final to 6.6.42.Final.
    
    Updates `org.hibernate.orm:hibernate-core` from 6.6.41.Final to 6.6.42.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - 
[Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.42/changelog.txt)
    - 
[Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.41...6.6.42)
    
    Updates `org.hibernate.orm:hibernate-jcache` from 6.6.41.Final to 
6.6.42.Final
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - 
[Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.42/changelog.txt)
    - 
[Commits](https://github.com/hibernate/hibernate-orm/compare/6.6.41...6.6.42)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate.orm:hibernate-core
      dependency-version: 6.6.42.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.hibernate.orm:hibernate-jcache
      dependency-version: 6.6.42.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 f5b0fb2772..7e54bdaf35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -218,7 +218,7 @@
     <!-- org.glassfish -->
     <version.mojarra>4.0.14</version.mojarra>
     <!-- org.hibernate -->
-    <version.hibernate.orm>6.6.41.Final</version.hibernate.orm>
+    <version.hibernate.orm>6.6.42.Final</version.hibernate.orm>
     <version.hibernate.validator>8.0.3.Final</version.hibernate.validator>
 
     <!-- Other API and Impl. not in Jakarta EE -->

Reply via email to