From 4faa2ea680053fdae2da2f531eb2d63dff0c804e Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 19 Sep 2023 14:05:21 -0400 Subject: [PATCH] Revert Hibernate version to `6.2.6.Final` It looks like in the latest Hibernate there is some fix in the persistent context where provided entity is updated by the values from DB. We are going to address those failing JPA tests post-release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 480d1d3e41..8e49bde9a8 100644 --- a/build.gradle +++ b/build.gradle @@ -67,7 +67,7 @@ ext { groovyVersion = '4.0.15' hamcrestVersion = '2.2' hazelcastVersion = '5.2.4' - hibernateVersion = '6.2.8.Final' + hibernateVersion = '6.2.6.Final' hsqldbVersion = '2.7.2' h2Version = '2.2.224' jacksonVersion = '2.15.2'