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 98d4894  [KARAF-6966] Upgrade to Hibernate 5.4.26.Final
98d4894 is described below

commit 98d4894a07791d0d1825acfc90cbc1d582e5a8c1
Author: jbonofre <[email protected]>
AuthorDate: Fri Dec 18 16:15:53 2020 +0100

    [KARAF-6966] Upgrade to Hibernate 5.4.26.Final
    
    (cherry picked from commit 700ca584c63538fff2fc0745c3fa2985a40043e4)
---
 assemblies/features/enterprise/src/main/feature/feature.xml | 2 +-
 pom.xml                                                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assemblies/features/enterprise/src/main/feature/feature.xml 
b/assemblies/features/enterprise/src/main/feature/feature.xml
index 0bd81df..b035c00 100644
--- a/assemblies/features/enterprise/src/main/feature/feature.xml
+++ b/assemblies/features/enterprise/src/main/feature/feature.xml
@@ -177,7 +177,7 @@ com.atomikos.icatch.log_base_dir=${karaf.data}/atomikos
         <bundle>mvn:org.jboss.logging/jboss-logging/3.3.2.Final</bundle>
         <bundle>wrap:mvn:antlr/antlr/2.7.7</bundle>
         <bundle>mvn:javax.persistence/javax.persistence-api/2.2</bundle>
-        <bundle>mvn:org.javassist/javassist/3.24.0-GA</bundle>
+        <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>
diff --git a/pom.xml b/pom.xml
index 4b05c3e..e78387d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,7 +260,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.22.Final</hibernate.version>
+        <hibernate.version>5.4.26.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