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/04/01 14:05:13 UTC

[karaf] branch karaf-4.2.x updated: [KARAF-6212] Upgrade to hibernate-validator 6.0.16.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 98acd02  [KARAF-6212] Upgrade to hibernate-validator 6.0.16.Final
98acd02 is described below

commit 98acd025a45b84d70b56fb013b2e87a0d2c3123a
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Thu Mar 28 15:35:37 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 5d691d0..8892d39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -263,7 +263,7 @@
         <hibernate42.version>4.2.15.Final</hibernate42.version>
         <hibernate43.version>4.3.6.Final</hibernate43.version>
         <hibernate.version>5.2.17.Final</hibernate.version>
-        <hibernate.validator.version>6.0.14.Final</hibernate.validator.version>
+        <hibernate.validator.version>6.0.16.Final</hibernate.validator.version>
         <httpclient.version>4.5.6</httpclient.version>
         <jansi.version>1.17.1</jansi.version>
         <javassist.version>3.9.0.GA</javassist.version>