From a4960399b992444839bf50836b3e17151c45be06 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 16:32:12 +0000 Subject: [PATCH] Update dependency org.liquibase:liquibase-groovy-dsl to v3.0.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 749cdd0..2e251f1 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ dependencies { implementation 'org.postgresql:postgresql:42.6.0' liquibaseRuntime 'org.liquibase:liquibase-core:4.24.0' - liquibaseRuntime 'org.liquibase:liquibase-groovy-dsl:3.0.2' + liquibaseRuntime 'org.liquibase:liquibase-groovy-dsl:3.0.3' liquibaseRuntime 'info.picocli:picocli:4.7.5' liquibaseRuntime "org.postgresql:postgresql"