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 2023/10/16 18:28:16 UTC

[tomee] branch main updated: TOMEE-4247 - Hibernate 6.1.7

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 5f116c7101 TOMEE-4247 - Hibernate 6.1.7
5f116c7101 is described below

commit 5f116c7101bc2bcd35981a8a2d9edb738ad39aed
Author: Richard Zowalla <rz...@apache.org>
AuthorDate: Tue Oct 10 19:59:53 2023 +0200

    TOMEE-4247 - Hibernate 6.1.7
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 265ccd365f..1df55a9b2c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -223,7 +223,7 @@
     <!-- org.glassfish -->
     <version.mojarra>3.0.5</version.mojarra>
     <!-- org.hibernate -->
-    <version.hibernate.orm>6.1.4.Final</version.hibernate.orm>
+    <version.hibernate.orm>6.1.7.Final</version.hibernate.orm>
     <version.hibernate.validator>7.0.5.Final</version.hibernate.validator>
 
     <!-- Other API and Impl. not in Jakarta EE -->