diff --git a/build.gradle b/build.gradle index 555fbf3..c008503 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { testCompileOnly "org.projectlombok:lombok" annotationProcessor "org.projectlombok:lombok" implementation 'org.apache.httpcomponents:httpclient:4.5.12' - implementation 'org.liquibase:liquibase-core:4.0.0' + implementation 'org.liquibase:liquibase-core:4.4.1' implementation('org.postgresql:postgresql') implementation 'org.springframework.boot:spring-boot-starter-jdbc:2.3.2.RELEASE' } \ No newline at end of file