Skip to content

Commit 6c0d685

Browse files
committed
Downgrade H2 to 1.4.197
See spring-projects/spring-boot#16512 **Cherry-pick to 5.0.x & 4.3.x** # Conflicts: # build.gradle
1 parent a8a44ab commit 6c0d685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ subprojects { subproject ->
101101
hazelcastVersion = '3.6.1'
102102
hibernateVersion = '5.1.0.Final'
103103
hsqldbVersion = '2.3.3'
104-
h2Version = '1.4.199'
104+
h2Version = '1.4.197'
105105
jackson2Version = '2.8.11'
106106
jackson2DataBindVersion = '2.8.11.3'
107107
javaxActivationVersion = '1.1.1'

0 commit comments

Comments
 (0)