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 fbf38c365d9482f3be48effb73074e6f53493e46 Author: Andriy Redko <[email protected]> AuthorDate: Wed Feb 2 17:40:13 2022 -0500 Update Hibernate to 5.6.5.Final and Hibernate Validator to 6.2.1.Final (cherry picked from commit 02c91b305f92a674bf4adafb5df094f5328e53df) (cherry picked from commit 60bea92f15e8286b1fa5b7d5abe174ebc57f7645) # Conflicts: # parent/pom.xml --- parent/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 68720bc..7744158 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -122,8 +122,8 @@ <cxf.guava.version>30.1-jre</cxf.guava.version> <cxf.hamcrest.version>2.2</cxf.hamcrest.version> <cxf.hazelcast.version>3.12.9</cxf.hazelcast.version> - <cxf.hibernate.em.version>5.6.4.Final</cxf.hibernate.em.version> - <cxf.hibernate.validator.version>6.2.0.Final</cxf.hibernate.validator.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.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.4</cxf.httpcomponents.asyncclient.version>
