You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2019/10/31 18:01:55 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6504] Upgrade to Hibernate 5.4.8.Final

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 77786a6  [KARAF-6504] Upgrade to Hibernate 5.4.8.Final
77786a6 is described below

commit 77786a6cfd29cebb3e7d43096811d19eb3214291
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Oct 31 10:14:40 2019 +0100

    [KARAF-6504] Upgrade to Hibernate 5.4.8.Final
    
    (cherry picked from commit d529676e593cac08b712a32ffdcf6d6bc4eeb1bf)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 146d51e..739c178 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.17.Final</hibernate52.version>
-        <hibernate.version>5.4.2.Final</hibernate.version>
+        <hibernate.version>5.4.8.Final</hibernate.version>
         <hibernate.validator.version>6.0.17.Final</hibernate.validator.version>
         <httpclient.version>4.5.6</httpclient.version>
         <jansi.version>1.18</jansi.version>