Skip to content

Commit 6ec55f9

Browse files
committed
Fix Hibernate version
1 parent 2fb87c8 commit 6ec55f9

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
@@ -64,7 +64,7 @@ ext {
6464
groovyVersion = '3.0.11'
6565
hamcrestVersion = '2.2'
6666
hazelcastVersion = '4.2.5'
67-
hibernateVersion = '5.5.10.Final'
67+
hibernateVersion = '5.5.9.Final'
6868
hsqldbVersion = '2.6.1'
6969
h2Version = '1.4.200'
7070
jacksonVersion = '2.12.7'

0 commit comments

Comments
 (0)