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:03:36 UTC

[karaf] branch master updated: [KARAF-6502] Upgrade to Hibernate 5.2.18.Final (#981)

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 fed779b  [KARAF-6502] Upgrade to Hibernate 5.2.18.Final (#981)
fed779b is described below

commit fed779b58075d385f7125e96755020448f7a8d71
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Oct 31 19:03:26 2019 +0100

    [KARAF-6502] Upgrade to Hibernate 5.2.18.Final (#981)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d959942..da6b4c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@
         <hibernate3.version>3.3.2.GA</hibernate3.version>
         <hibernate42.version>4.2.15.Final</hibernate42.version>
         <hibernate43.version>4.3.6.Final</hibernate43.version>
-        <hibernate52.version>5.2.17.Final</hibernate52.version>
+        <hibernate52.version>5.2.18.Final</hibernate52.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>