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/10/18 05:51:00 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6884] Upgrade to Hibernate Validator 6.1.6.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 3519d65d [KARAF-6884] Upgrade to Hibernate Validator 6.1.6.Final
3519d65d is described below

commit 3519d65d5a45545799f3bf2f8735ef4e2c182639
Author: jbonofre <jb...@apache.org>
AuthorDate: Thu Oct 15 15:58:51 2020 +0200

    [KARAF-6884] Upgrade to Hibernate Validator 6.1.6.Final
    
    (cherry picked from commit 884552f3a3b99e4238a28d0aca4e727e23044c99)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 279976f..d299341 100644
--- a/pom.xml
+++ b/pom.xml
@@ -260,7 +260,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.5.Final</hibernate.validator.version>
+        <hibernate.validator.version>6.1.6.Final</hibernate.validator.version>
         <httpclient.version>4.5.6</httpclient.version>
         <jansi.version>1.18</jansi.version>
         <javassist.version>3.9.0.GA</javassist.version>