From 9cf5eeb507558cab74b742904d01f27207d95a83 Mon Sep 17 00:00:00 2001 From: Bauke Scholtz Date: Thu, 5 Sep 2024 11:25:13 -0400 Subject: [PATCH] Fix payara-hibernate test config -- Hibernate 6.2.0 and newer somehow threw java.lang.ClassCircularityError: org/hibernate/jpa/internal/enhance/EnhancingClassTransformerImpl$Entry --- pom.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index bb57d25..db31ec4 100644 --- a/pom.xml +++ b/pom.xml @@ -67,16 +67,16 @@ true - 33.0.1.Final - 6.2024.8 - 9.1.3 - 5.0.0-B02 - 7.0.0.Beta1 - 2.3.232 - 8.0.33 - 42.7.4 - 4.5.1 - 14.0.4 + 33.0.1.Final + 6.2024.8 + 9.1.3 + 5.0.0-B02 + 6.1.7.Final + 2.3.232 + 8.0.33 + 42.7.4 + 4.5.1 + 14.0.4