You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2019/11/12 15:12:29 UTC

[cxf] 01/02: Updating hibernate entity manager

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit a8d1b380012ec70579e4da067e6892a23d979fda
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Tue Nov 12 14:03:57 2019 +0000

    Updating hibernate entity manager
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 74f66b6..ad67ce8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -121,7 +121,7 @@
         <cxf.guava.version>20.0</cxf.guava.version>
         <cxf.hamcrest.version>1.3</cxf.hamcrest.version>
         <cxf.hazelcast.version>3.12.3</cxf.hazelcast.version>
-        <cxf.hibernate.em.version>5.4.2.Final</cxf.hibernate.em.version>
+        <cxf.hibernate.em.version>5.4.8.Final</cxf.hibernate.em.version>
         <cxf.hibernate.jpa.version>1.0.2.Final</cxf.hibernate.jpa.version>
         <cxf.hibernate.validator.version>5.2.5.Final</cxf.hibernate.validator.version>
         <cxf.hsqldb.version>2.4.1</cxf.hsqldb.version>