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.11
  • Loading branch information
renovate-bot committed Mar 5, 2025
1 parent b654570 commit 95d7200
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 @@ -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.26') {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-test-harness</artifactId>
<version>1.0.9</version>
<version>1.0.11</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 95d7200

Please sign in to comment.