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 7270eef53811f6488f159926dea5f01e7c502cc1 Author: Andriy Redko <[email protected]> AuthorDate: Mon Sep 19 19:11:58 2022 -0400 Update Hibernate Validator to 6.2.5.Final (cherry picked from commit 42caf8015d3cfdd3ebfbc37e4dca28f205083d3c) (cherry picked from commit 247af7871805c7ffc23ca671a1c70f8a9084ea9a) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index aa4e782d96..640eda26c4 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.11.Final</cxf.hibernate.em.version> - <cxf.hibernate.validator.version>6.2.4.Final</cxf.hibernate.validator.version> + <cxf.hibernate.validator.version>6.2.5.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>
