From a55343a8399603fd686be5a3c5e2c25751592480 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 12 Feb 2021 23:17:53 +0000 Subject: [PATCH] Bump liquibase-core from 4.0.0 to 4.3.1 Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 4.0.0 to 4.3.1. - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/master/changelog.txt) - [Commits](https://github.com/liquibase/liquibase/compare/v4.0.0...v4.3.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 555fbf3..a84ef22 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.3.1' implementation('org.postgresql:postgresql') implementation 'org.springframework.boot:spring-boot-starter-jdbc:2.3.2.RELEASE' } \ No newline at end of file