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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 9e8d6e1dc8 build(deps): bump org.hibernate.orm:hibernate-core from 
7.4.4.Final to 7.4.5.Final (#2773)
9e8d6e1dc8 is described below

commit 9e8d6e1dc845ce81be8ab3e068c5f483958e3548
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 28 14:36:47 2026 +0200

    build(deps): bump org.hibernate.orm:hibernate-core from 7.4.4.Final to 
7.4.5.Final (#2773)
    
    * build(deps): bump org.hibernate.orm:hibernate-core
    
    Bumps 
[org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) 
from 7.4.4.Final to 7.4.5.Final.
    - [Release notes](https://github.com/hibernate/hibernate-orm/releases)
    - 
[Changelog](https://github.com/hibernate/hibernate-orm/blob/7.4.5/changelog.txt)
    - 
[Commits](https://github.com/hibernate/hibernate-orm/compare/7.4.4...7.4.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.hibernate.orm:hibernate-core
      dependency-version: 7.4.5.Final
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Add jakarta.annotation-api to hibernate feature
    
    New import is required due to a new import in hibernate-core 7.4.5.Final.
    
    Signed-off-by: Holger Friedrich <[email protected]>
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Signed-off-by: Holger Friedrich <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Holger Friedrich <[email protected]>
---
 assemblies/features/enterprise/src/main/feature/feature.xml | 1 +
 pom.xml                                                     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/assemblies/features/enterprise/src/main/feature/feature.xml 
b/assemblies/features/enterprise/src/main/feature/feature.xml
index a37523c736..5176777202 100644
--- a/assemblies/features/enterprise/src/main/feature/feature.xml
+++ b/assemblies/features/enterprise/src/main/feature/feature.xml
@@ -182,6 +182,7 @@ com.atomikos.icatch.log_base_dir=${karaf.data}/atomikos
         <bundle>mvn:org.eclipse/yasson/3.0.4</bundle>
         <bundle>wrap:mvn:org.hibernate.models/hibernate-models/1.1.0</bundle>
         
<bundle>wrap:mvn:org.hibernate.orm/hibernate-core/${hibernate.version}$overwrite=merge&amp;Import-Package=oracle.jdbc.*;resolution:=optional,oracle.sql.*;resolution:=optional,org.postgresql.*;resolution:=optional,tools.jackson.*;resolution:=optional,*</bundle>
+        
<bundle>mvn:jakarta.annotation/jakarta.annotation-api/${jakarta.annotation.version}</bundle>
         <bundle>mvn:jakarta.interceptor/jakarta.interceptor-api/2.2.0</bundle>
         <bundle>mvn:jakarta.validation/jakarta.validation-api/3.1.0</bundle>
         
<bundle>mvn:jakarta.xml.bind/jakarta.xml.bind-api/${spec.jaxb-api.version}</bundle>
diff --git a/pom.xml b/pom.xml
index f3e2d8fbdf..b506870825 100644
--- a/pom.xml
+++ b/pom.xml
@@ -278,7 +278,7 @@
         <guava.version>23.0</guava.version>
         <narayana.version>5.13.1.Final</narayana.version>
         <hibernate.ejb.version>3.4.0.GA</hibernate.ejb.version>
-        <hibernate.version>7.4.4.Final</hibernate.version>
+        <hibernate.version>7.4.5.Final</hibernate.version>
         <hibernate.validator.version>8.0.5.Final</hibernate.validator.version>
         <httpclient.version>4.5.14</httpclient.version>
         <jansi.version>2.4.3</jansi.version>

Reply via email to