diff --git a/build.gradle b/build.gradle index 0660338f..2027105b 100644 --- a/build.gradle +++ b/build.gradle @@ -96,7 +96,7 @@ dependencies { // For using the Liquibase test harness testImplementation 'junit:junit:4.13.2' - testImplementation ('org.liquibase:liquibase-test-harness:1.0.10'){ + testImplementation ('org.liquibase:liquibase-test-harness:1.0.11'){ exclude group: 'org.firebirdsql.jdbc', module: 'jaybird' } testImplementation('org.apache.groovy:groovy-all:4.0.27') { diff --git a/pom.xml b/pom.xml index f42b1208..ae2a20d3 100644 --- a/pom.xml +++ b/pom.xml @@ -432,7 +432,7 @@ org.liquibase liquibase-test-harness - 1.0.9 + 1.0.11 test