diff --git a/build.gradle b/build.gradle index 4ec92a8..60c4cec 100644 --- a/build.gradle +++ b/build.gradle @@ -149,7 +149,7 @@ configurations { resolutionStrategy { // Inherited version from Spring Boot can't be used because of regressions: // To be removed as soon as spring-boot use the same version - force 'org.liquibase:liquibase-core:3.9.0' + force 'org.liquibase:liquibase-core:4.19.0' } } }