From 3d08799976b9540e45159df70fa8af60737c2412 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 21 Apr 2021 23:16:16 +0000 Subject: [PATCH] Bump liquibase-core from 4.0.0 to 4.3.4 Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 4.0.0 to 4.3.4. - [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.4) 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..b5f7a33 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.4' implementation('org.postgresql:postgresql') implementation 'org.springframework.boot:spring-boot-starter-jdbc:2.3.2.RELEASE' } \ No newline at end of file