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 2024/02/05 15:48:00 UTC

(tomee) branch main updated: Update Hibernate and use MyFaces release (#1107)

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 aebb7cb1f5 Update Hibernate and use MyFaces release (#1107)
aebb7cb1f5 is described below

commit aebb7cb1f5bad8bfdab185ac0c7d17819921f2e8
Author: Thomas Andraschko <ta...@apache.org>
AuthorDate: Mon Feb 5 16:47:54 2024 +0100

    Update Hibernate and use MyFaces release (#1107)
    
    * small faces cleanup
    
    * removed JSF ManagedBeans also in XML parser test
    
    * Updated Hibernate + MyFaces
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 822260afbb..56a211f217 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,7 +216,7 @@
     <!-- we currently rely on Mail Impl. from Geronimo, this might change in the future -->
     <version.geronimo-mail_2.1_provider>1.0.0</version.geronimo-mail_2.1_provider>
     <version.johnzon>2.0.0</version.johnzon>
-    <version.myfaces>4.0.2-SNAPSHOT</version.myfaces>
+    <version.myfaces>4.0.2</version.myfaces>
     <version.openjpa>4.0.0-SNAPSHOT</version.openjpa>
     <version.openwebbeans>4.0.2-SNAPSHOT</version.openwebbeans>
     <!-- org.eclipse -->
@@ -224,7 +224,7 @@
     <!-- org.glassfish -->
     <version.mojarra>4.0.1</version.mojarra>
     <!-- org.hibernate -->
-    <version.hibernate.orm>6.4.1.Final</version.hibernate.orm>
+    <version.hibernate.orm>6.4.3.Final</version.hibernate.orm>
     <version.hibernate.validator>7.0.5.Final</version.hibernate.validator>
 
     <!-- Other API and Impl. not in Jakarta EE -->