diff --git a/build.gradle b/build.gradle
index a6913470..77999e96 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 ce40b056..7549196b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,7 +403,7 @@
org.liquibase
liquibase-test-harness
- 1.0.9
+ 1.0.10
test