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

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


The following commit(s) were added to refs/heads/karaf-4.2.x by this push:
     new 337ef29  [KARAF-7058] Upgrade to Hibernate 5.4.29.Final
337ef29 is described below

commit 337ef296024fa8f93f781b43c88a65cdbfa203d9
Author: jbonofre <jbono...@apache.org>
AuthorDate: Thu Mar 4 05:55:50 2021 +0100

    [KARAF-7058] Upgrade to Hibernate 5.4.29.Final
    
    (cherry picked from commit ec03b063cd491d10804871d95bd1c6cf572b1924)
---
 assemblies/features/enterprise/src/main/feature/feature.xml | 4 ++--
 pom.xml                                                     | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/assemblies/features/enterprise/src/main/feature/feature.xml 
b/assemblies/features/enterprise/src/main/feature/feature.xml
index 054b71b..7b8d3c0 100644
--- a/assemblies/features/enterprise/src/main/feature/feature.xml
+++ b/assemblies/features/enterprise/src/main/feature/feature.xml
@@ -180,7 +180,7 @@ com.atomikos.icatch.log_base_dir=${karaf.data}/atomikos
         <bundle>mvn:org.javassist/javassist/3.27.0-GA</bundle>
         <bundle>mvn:net.bytebuddy/byte-buddy/1.10.10</bundle>
         
<bundle>mvn:org.jboss.spec.javax.transaction/jboss-transaction-api_1.2_spec/1.1.1.Final</bundle>
-        <bundle>mvn:org.jboss/jandex/2.1.3.Final</bundle>
+        <bundle>mvn:org.jboss/jandex/2.2.3.Final</bundle>
         <bundle>mvn:com.fasterxml/classmate/1.5.1</bundle>
         <bundle>wrap:mvn:org.dom4j/dom4j/2.1.1</bundle>
         
<bundle>mvn:org.hibernate.common/hibernate-commons-annotations/5.1.0.Final</bundle>
@@ -194,7 +194,7 @@ com.atomikos.icatch.log_base_dir=${karaf.data}/atomikos
 
     <feature name="hibernate-envers" version="${hibernate.version}" 
description="Feature for easily adding Envers support to hibernate">
         <feature version="${hibernate.version}">hibernate</feature>
-        <bundle>mvn:org.jboss/jandex/2.1.3.Final</bundle>
+        <bundle>mvn:org.jboss/jandex/2.2.3.Final</bundle>
         
<bundle>mvn:org.hibernate/hibernate-envers/${hibernate.version}</bundle>
     </feature>
 
diff --git a/pom.xml b/pom.xml
index a231c7a..28d2115 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,7 +259,7 @@
         <hibernate42.version>4.2.15.Final</hibernate42.version>
         <hibernate43.version>4.3.6.Final</hibernate43.version>
         <hibernate52.version>5.2.18.Final</hibernate52.version>
-        <hibernate.version>5.4.26.Final</hibernate.version>
+        <hibernate.version>5.4.29.Final</hibernate.version>
         <hibernate.validator.version>6.1.7.Final</hibernate.validator.version>
         <httpclient.version>4.5.13</httpclient.version>
         <jansi.version>1.18</jansi.version>

Reply via email to