Skip to content

Commit f0768cd

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`** # Conflicts: # build.gradle
1 parent dad6800 commit f0768cd

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
@@ -67,7 +67,7 @@ ext {
6767
groovyVersion = '4.0.15'
6868
hamcrestVersion = '2.2'
6969
hazelcastVersion = '5.2.4'
70-
hibernateVersion = '6.2.6.Final'
70+
hibernateVersion = '6.2.8.Final'
7171
hsqldbVersion = '2.7.2'
7272
h2Version = '2.2.224'
7373
jacksonVersion = '2.15.2'

0 commit comments

Comments
 (0)