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:07:49 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6503] Upgrade to hibernate-validator 6.0.18.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 5549776  [KARAF-6503] Upgrade to hibernate-validator 6.0.18.Final
5549776 is described below

commit 5549776df122c13ef2ce211f733a7bdcdb660767
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Oct 31 10:13:14 2019 +0100

    [KARAF-6503] Upgrade to hibernate-validator 6.0.18.Final
    
    (cherry picked from commit 4734faf6f7e6f1df8cd580cc83b78b35870b9276)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 22e8d12..3983d54 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.8.Final</hibernate.version>
-        <hibernate.validator.version>6.0.17.Final</hibernate.validator.version>
+        <hibernate.validator.version>6.0.18.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>