diff --git a/build.gradle b/build.gradle index 464b73a0..d6a1b0ca 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.10' testImplementation('org.codehaus.groovy:groovy-all:2.5.23') { exclude module: 'org.codehaus.groovy:groovy-testng' exclude module: 'org.codehaus.groovy:groovy-swing' diff --git a/pom.xml b/pom.xml index 98993091..22293e66 100644 --- a/pom.xml +++ b/pom.xml @@ -391,7 +391,7 @@ org.liquibase liquibase-test-harness - 1.0.9 + 1.0.10 test