Skip to content

Commit

Permalink
chore(deps): update dependency org.liquibase:liquibase-test-harness t…
Browse files Browse the repository at this point in the history
…o v1.0.10
  • Loading branch information
renovate-bot committed Oct 28, 2024
1 parent 13624fe commit 536216a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.10'
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
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-test-harness</artifactId>
<version>1.0.9</version>
<version>1.0.10</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 536216a

Please sign in to comment.