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 78dc96d35d062496ffe8a535a446503373fe8654 Author: Andriy Redko <[email protected]> AuthorDate: Fri Aug 5 08:57:18 2022 -0400 Update Hibernate Validator to 6.2.4.Final (cherry picked from commit d94b191e1f9001fe88189c4ca1db3d9c1ee59c28) (cherry picked from commit eec45af4b3c0f997631b921cf57caa543af1dc2e) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 64462d12d7..14ef9f378e 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.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>
