Skip to content

Commit f6c7dec

Browse files
committed
revert: "build(pom.xml): update H2 to 1.4.199"
H2 starting from 1.4.198 is broken and fails with error: liquibase.exception.MigrationFailedException: Migration failed for change set classpath:/liquibase/version/0.4/2017-11-14--separate_buyers_and_sellers.xml::make-is_buyer-non-nullable::php-coder: Reason: classpath:/liquibase/changelog.xml : SQL Precondition failed. Expected '0' got '3' This reverts commit f087be3.
1 parent f087be3 commit f6c7dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
<groovy.version>2.0.8</groovy.version>
506506

507507
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.20.RELEASE/spring-boot-dependencies/pom.xml) -->
508-
<h2.version>1.4.199</h2.version>
508+
<h2.version>1.4.197</h2.version>
509509

510510
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.20.RELEASE/spring-boot-dependencies/pom.xml) -->
511511
<hamcrest.version>1.3</hamcrest.version>

0 commit comments

Comments
 (0)