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/05/18 13:27:08 UTC

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

commit e4ab9f995d628a3af0d644845c449521262e129f
Author: jbonofre <jb...@apache.org>
AuthorDate: Mon May 18 11:28:29 2020 +0200

    [KARAF-6724] Upgrade to hibernate-validator 6.1.5.Final
    
    (cherry picked from commit bb061525de3053ac8f441d08c862b853bcd91373)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d6dee4b..452083d 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.1.0.Final</hibernate.validator.version>
+        <hibernate.validator.version>6.1.5.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>