This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.5.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 50210b5dd6014ce16a6704ce8bad9232e00d8aae Author: Andriy Redko <[email protected]> AuthorDate: Mon May 16 20:18:52 2022 -0400 Update Hibernate to 5.6.9.Final (cherry picked from commit a6e362a5ea8d77b09470428c2a12d55e71a0c809) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 5e34268810..7b34e2f538 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -119,7 +119,7 @@ <cxf.guava.version>30.1-jre</cxf.guava.version> <cxf.hamcrest.version>2.2</cxf.hamcrest.version> <cxf.hazelcast.version>4.2.4</cxf.hazelcast.version> - <cxf.hibernate.em.version>5.6.8.Final</cxf.hibernate.em.version> + <cxf.hibernate.em.version>5.6.9.Final</cxf.hibernate.em.version> <cxf.hibernate.validator.version>6.2.3.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>
