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/12/19 04:37:14 UTC

[karaf] branch master updated: [KARAF-6966] Upgrade to Hibernate Validator 6.1.7.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 6697e39  [KARAF-6966] Upgrade to Hibernate Validator 6.1.7.Final
     new 327383b  Merge pull request #1272 from jbonofre/KARAF-6966
6697e39 is described below

commit 6697e39a524c086af5007b65413fab74865f81a3
Author: jbonofre <jb...@apache.org>
AuthorDate: Fri Dec 18 17:14:03 2020 +0100

    [KARAF-6966] Upgrade to Hibernate Validator 6.1.7.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 71adda4..a542e8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -250,7 +250,7 @@
         <narayana.version>5.10.6.Final</narayana.version>
         <hibernate.ejb.version>3.4.0.GA</hibernate.ejb.version>
         <hibernate.version>5.4.22.Final</hibernate.version>
-        <hibernate.validator.version>6.1.6.Final</hibernate.validator.version>
+        <hibernate.validator.version>6.1.7.Final</hibernate.validator.version>
         <httpclient.version>4.5.13</httpclient.version>
         <jansi.version>1.18</jansi.version>
         <javassist.version>3.9.0.GA</javassist.version>