Skip to content

Commit

Permalink
fix(deps): update dependency org.liquibase:liquibase-test-harness to …
Browse files Browse the repository at this point in the history
…v1.0.9
  • Loading branch information
renovate-bot committed Jun 27, 2024
1 parent bf1821a commit fc5d8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit fc5d8c3

Please sign in to comment.