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 94506daec93921392e7824d39772a8131aecaac6 Author: Andriy Redko <[email protected]> AuthorDate: Sat Nov 5 09:56:49 2022 -0400 Update Hibernate to 5.6.14.Final (cherry picked from commit 5f48aad15a5ba4eb99016dbef1117eca5d84f666) # Conflicts: # parent/pom.xml (cherry picked from commit fec6e167afb6270709934ff534db084a35ced4e6) # 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 181596b793..f191685990 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -122,7 +122,7 @@ <cxf.guava.version>30.1-jre</cxf.guava.version> <cxf.hamcrest.version>2.2</cxf.hamcrest.version> <cxf.hazelcast.version>3.12.13</cxf.hazelcast.version> - <cxf.hibernate.em.version>5.6.12.Final</cxf.hibernate.em.version> + <cxf.hibernate.em.version>5.6.14.Final</cxf.hibernate.em.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>
