You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by rz...@apache.org on 2022/06/22 18:05:27 UTC

[tomee] 02/04: TOMEE-3986 - Upgrade Hibernate Integration to 5.6.9.Final

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

rzo1 pushed a commit to branch tomee-8.x
in repository https://gitbox.apache.org/repos/asf/tomee.git

commit 2948f4b0cb37d3245207abbfc0bf715ec1579511
Author: Richard Zowalla <13...@users.noreply.github.com>
AuthorDate: Wed Jun 22 19:11:56 2022 +0200

    TOMEE-3986 - Upgrade Hibernate Integration to 5.6.9.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b26bd66b67..fcb4b82441 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,7 @@
     <version.hsqldb>2.5.2</version.hsqldb>
     <version.axiom>1.3.0</version.axiom>
     <version.xalan>2.7.2</version.xalan>
-    <version.hibernate>5.6.7.Final</version.hibernate>
+    <version.hibernate>5.6.9.Final</version.hibernate>
     <version.eclipselink>2.7.9</version.eclipselink>
     <version.groovy>2.4.12</version.groovy>
     <version.ecj>4.6.1</version.ecj>