Upgrade to Groovy 4.0.2

This commit is contained in:
Juergen Hoeller 2022-05-10 13:40:12 +02:00
parent c1a5b462c2
commit 4e687ab460
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ configure(allprojects) { project ->
entry 'aspectjtools'
entry 'aspectjweaver'
}
dependencySet(group: 'org.apache.groovy', version: '4.0.1') {
dependencySet(group: 'org.apache.groovy', version: '4.0.2') {
entry 'groovy'
entry 'groovy-jsr223'
entry 'groovy-templates' // requires findbugs for warning-free compilation