Skip to content

Commit a8eca31

Browse files
authored
fix(deps): update dependency org.apache.groovy:groovy-all to v4.0.29 (#572)
1 parent ca9ef0e commit a8eca31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
testImplementation ('org.liquibase:liquibase-test-harness:1.0.11'){
101101
exclude group: 'org.firebirdsql.jdbc', module: 'jaybird'
102102
}
103-
testImplementation('org.apache.groovy:groovy-all:4.0.28') {
103+
testImplementation('org.apache.groovy:groovy-all:4.0.29') {
104104
exclude module: 'org.codehaus.groovy:groovy-testng'
105105
exclude module: 'org.codehaus.groovy:groovy-swing'
106106
}

0 commit comments

Comments
 (0)