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 2020/05/20 14:00:27 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6730] Upgrade to Hibernate 5.4.16.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 75bb8e7  [KARAF-6730] Upgrade to Hibernate 5.4.16.Final
75bb8e7 is described below

commit 75bb8e72cf1c54f4cac2608cfefed0da37c56c47
Author: jbonofre <jb...@apache.org>
AuthorDate: Wed May 20 13:02:31 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index a32ab5a..89166b0 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.15.Final</hibernate.version>
+        <hibernate.version>5.4.16.Final</hibernate.version>
         <hibernate.validator.version>6.1.5.Final</hibernate.validator.version>
         <httpclient.version>4.5.6</httpclient.version>
         <jansi.version>1.18</jansi.version>