From 1372fa168e86047767f90a8df294bace04971ab0 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 23:17:23 +0000 Subject: [PATCH] Bump liquibase-core from 4.0.0 to 4.3.5 Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 4.0.0 to 4.3.5. - [Release notes](https://github.com/liquibase/liquibase/releases) - [Changelog](https://github.com/liquibase/liquibase/blob/v4.3.5/changelog.txt) - [Commits](https://github.com/liquibase/liquibase/compare/v4.0.0...v4.3.5) 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..9c81732 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.5' implementation('org.postgresql:postgresql') implementation 'org.springframework.boot:spring-boot-starter-jdbc:2.3.2.RELEASE' } \ No newline at end of file