Skip to content

Commit b0859e3

Browse files
authored
fix(deps): update dependency org.apache.groovy:groovy-all to v4.0.27 (#495)
1 parent d86519c commit b0859e3

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
@@ -99,7 +99,7 @@ dependencies {
9999
testImplementation ('org.liquibase:liquibase-test-harness:1.0.10'){
100100
exclude group: 'org.firebirdsql.jdbc', module: 'jaybird'
101101
}
102-
testImplementation('org.apache.groovy:groovy-all:4.0.26') {
102+
testImplementation('org.apache.groovy:groovy-all:4.0.27') {
103103
exclude module: 'org.codehaus.groovy:groovy-testng'
104104
exclude module: 'org.codehaus.groovy:groovy-swing'
105105
}

0 commit comments

Comments
 (0)