Skip to content

Commit 4e687ab

Browse files
committed
Upgrade to Groovy 4.0.2
1 parent c1a5b46 commit 4e687ab

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
@@ -56,7 +56,7 @@ configure(allprojects) { project ->
5656
entry 'aspectjtools'
5757
entry 'aspectjweaver'
5858
}
59-
dependencySet(group: 'org.apache.groovy', version: '4.0.1') {
59+
dependencySet(group: 'org.apache.groovy', version: '4.0.2') {
6060
entry 'groovy'
6161
entry 'groovy-jsr223'
6262
entry 'groovy-templates' // requires findbugs for warning-free compilation

0 commit comments

Comments
 (0)