You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2022/03/19 21:02:23 UTC

[cxf] 01/04: Update Hibernate Validator to 6.2.3.Final

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

reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit ba93749103c4128bc9a9b46aa8ffc216f0338755
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Mar 17 15:33:58 2022 -0400

    Update Hibernate Validator to 6.2.3.Final
    
    (cherry picked from commit e62fc9ca089c3dc3bb1ef837167afb87a79267d8)
    (cherry picked from commit 8128e9e88a1d644b44606839ff7ea542ef028d47)
    
    # Conflicts:
    #	parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f37d739..ab75c44 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -123,7 +123,7 @@
         <cxf.hamcrest.version>2.2</cxf.hamcrest.version>
         <cxf.hazelcast.version>3.12.9</cxf.hazelcast.version>
         <cxf.hibernate.em.version>5.6.5.Final</cxf.hibernate.em.version>
-        <cxf.hibernate.validator.version>6.2.1.Final</cxf.hibernate.validator.version>
+        <cxf.hibernate.validator.version>6.2.3.Final</cxf.hibernate.validator.version>
         <cxf.hsqldb.version>2.5.0</cxf.hsqldb.version>
         <cxf.httpcomponents.asyncclient.version.range>[4.0,4.2)</cxf.httpcomponents.asyncclient.version.range>
         <cxf.httpcomponents.asyncclient.version>4.1.5</cxf.httpcomponents.asyncclient.version>