Skip to content

Commit 4faa2ea

Browse files
committed
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
1 parent 797e294 commit 4faa2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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.8.Final'
70+
hibernateVersion = '6.2.6.Final'
7171
hsqldbVersion = '2.7.2'
7272
h2Version = '2.2.224'
7373
jacksonVersion = '2.15.2'

0 commit comments

Comments
 (0)