From fc5d8c3c571830d551be7afa03daa9501e31c555 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 27 Jun 2024 08:20:12 +0000 Subject: [PATCH] fix(deps): update dependency org.liquibase:liquibase-test-harness to v1.0.9 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8b57aecf..4d998510 100644 --- a/build.gradle +++ b/build.gradle @@ -98,7 +98,7 @@ dependencies { // For using the Liquibase test harness testImplementation 'junit:junit:4.13.2' - testImplementation 'org.liquibase:liquibase-test-harness:1.0.0' + testImplementation 'org.liquibase:liquibase-test-harness:1.0.9' testImplementation('org.codehaus.groovy:groovy-all:2.5.23') { exclude module: 'org.codehaus.groovy:groovy-testng' exclude module: 'org.codehaus.groovy:groovy-swing'