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/12/19 04:38:01 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6966] Upgrade to Hibernate Validator 6.1.7.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 b53a254  [KARAF-6966] Upgrade to Hibernate Validator 6.1.7.Final
b53a254 is described below

commit b53a2545da0c34ef8aec012c6f34af510d2d6956
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Dec 18 17:14:03 2020 +0100

    [KARAF-6966] Upgrade to Hibernate Validator 6.1.7.Final
    
    (cherry picked from commit 6697e39a524c086af5007b65413fab74865f81a3)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 55d4dd3..4b05c3e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -261,7 +261,7 @@
         <hibernate43.version>4.3.6.Final</hibernate43.version>
         <hibernate52.version>5.2.18.Final</hibernate52.version>
         <hibernate.version>5.4.22.Final</hibernate.version>
-        <hibernate.validator.version>6.1.6.Final</hibernate.validator.version>
+        <hibernate.validator.version>6.1.7.Final</hibernate.validator.version>
         <httpclient.version>4.5.13</httpclient.version>
         <jansi.version>1.18</jansi.version>
         <javassist.version>3.9.0.GA</javassist.version>