We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebb8b1 commit 4c03282Copy full SHA for 4c03282
build.gradle
@@ -99,7 +99,7 @@ dependencies {
99
testImplementation ('org.liquibase:liquibase-test-harness:1.0.10'){
100
exclude group: 'org.firebirdsql.jdbc', module: 'jaybird'
101
}
102
- testImplementation('org.apache.groovy:groovy-all:4.0.25') {
+ testImplementation('org.apache.groovy:groovy-all:4.0.26') {
103
exclude module: 'org.codehaus.groovy:groovy-testng'
104
exclude module: 'org.codehaus.groovy:groovy-swing'
105
0 commit comments