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/12/23 20:38:13 UTC

[karaf] branch master updated: [KARAF-6549] Upgrade to hibernate-validator 6.1.0.Final

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new d0ede16  [KARAF-6549] Upgrade to hibernate-validator 6.1.0.Final
     new 9a84f15  Merge pull request #1016 from jbonofre/KARAF-6549
d0ede16 is described below

commit d0ede16f0ab6b6ec6c3e81cb5408cb5f720b812a
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Dec 22 05:47:23 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 37fa14f..952f543 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.18.Final</hibernate.validator.version>
+        <hibernate.validator.version>6.1.0.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>