Skip to content

Commit 836193a

Browse files
committed
Upgrade to Hibernate 6.2.8.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. * Fix failing tests * Migrate affected test classes to JUnit 5 **Cherry-pick to `6.1.x`**
1 parent 64f8ed5 commit 836193a

File tree

6 files changed

+389
-610
lines changed

6 files changed

+389
-610
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ext {
7171
groovyVersion = '4.0.13'
7272
hamcrestVersion = '2.2'
7373
hazelcastVersion = '5.3.1'
74-
hibernateVersion = '6.2.6.Final'
74+
hibernateVersion = '6.2.8.Final'
7575
hsqldbVersion = '2.7.2'
7676
h2Version = '2.2.220'
7777
jacksonVersion = '2.15.2'

0 commit comments

Comments
 (0)