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:23 UTC

[karaf] branch master 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 master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new d529676  [KARAF-6504] Upgrade to Hibernate 5.4.8.Final
     new 93ffd5e  Merge pull request #983 from jbonofre/KARAF-6504
d529676 is described below

commit d529676e593cac08b712a32ffdcf6d6bc4eeb1bf
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
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bbc105d..d959942 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>