From 4318fb9ddc47aa81ae31dab4199281245bd6d854 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 9 Jul 2021 23:15:40 +0000 Subject: [PATCH] Bump liquibase-core from 4.0.0 to 4.4.1 Bumps [liquibase-core](https://github.com/liquibase/liquibase) from 4.0.0 to 4.4.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.4.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..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