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 2021/06/15 08:19:14 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-7171] Upgrade to hibernate 5.4.32.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 f0c60aa  [KARAF-7171] Upgrade to hibernate 5.4.32.Final
f0c60aa is described below

commit f0c60aa6a5d47896371bbb97e2cc40bc3f267311
Author: jbonofre <jb...@apache.org>
AuthorDate: Sat Jun 12 06:43:49 2021 +0200

    [KARAF-7171] Upgrade to hibernate 5.4.32.Final
    
    (cherry picked commit ddd8b87e20450a02b9827c0291b62d6a8445bbef)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f2fb86e..11d588c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,7 +282,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.29.Final</hibernate.version>
+        <hibernate.version>5.4.32.Final</hibernate.version>
         <hibernate.validator.version>7.0.1.Final</hibernate.validator.version>
         <httpclient.version>4.5.13</httpclient.version>
         <jansi.version>1.18</jansi.version>