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 13:59:51 UTC

[karaf] branch master 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 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 c0b3227  [KARAF-6730] Upgrade to Hibernate 5.4.16.Final
     new ea9b01d  Merge pull request #1127 from jbonofre/KARAF-6730
c0b3227 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 6392d1b..35076d6 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>