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:17:39 UTC

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


The following commit(s) were added to refs/heads/main by this push:
     new ddd8b87  [KARAF-7171] Upgrade to hibernate 5.4.32.Final
     new 5051e56  Merge pull request #1390 from jbonofre/KARAF-7171
ddd8b87 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 0e9bdf8..467ee19 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,7 +272,7 @@
         <guava.version>20.0</guava.version>
         <narayana.version>5.11.2.Final</narayana.version>
         <hibernate.ejb.version>3.4.0.GA</hibernate.ejb.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>