This is an automated email from the ASF dual-hosted git repository. coheigea pushed a commit to branch 3.4.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit edd4675498f52d9854e73a303535b2366cd7ae95 Author: Colm O hEigeartaigh <[email protected]> AuthorDate: Thu Dec 17 14:57:48 2020 +0000 Updating Hibernate to 5.4.19.Final (cherry picked from commit eded3ad6d5f716f08709f1cc57cfe339d9b61c33) --- parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 5b1bdaf..0bbba0e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -119,7 +119,7 @@ <cxf.guava.version>29.0-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.4.18.Final</cxf.hibernate.em.version> + <cxf.hibernate.em.version>5.4.19.Final</cxf.hibernate.em.version> <cxf.hibernate.validator.version>6.1.6.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>
