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/08/05 12:57:36 UTC

[cxf] branch 3.6.x-fixes updated: Update Hibernate Validator to 6.2.4.Final

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

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


The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
     new d94b191e1f Update Hibernate Validator to 6.2.4.Final
d94b191e1f is described below

commit d94b191e1f9001fe88189c4ca1db3d9c1ee59c28
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Fri Aug 5 08:57:18 2022 -0400

    Update Hibernate Validator to 6.2.4.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 6af9633caa..fb9ad878e3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -118,7 +118,7 @@
         <cxf.hamcrest.version>2.2</cxf.hamcrest.version>
         <cxf.hazelcast.version>4.2.4</cxf.hazelcast.version>
         <cxf.hibernate.em.version>5.6.10.Final</cxf.hibernate.em.version>
-        <cxf.hibernate.validator.version>6.2.3.Final</cxf.hibernate.validator.version>
+        <cxf.hibernate.validator.version>6.2.4.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>