Upgrade to Groovy 3.0.6

This commit is contained in:
Juergen Hoeller 2020-10-06 16:55:58 +02:00
parent f5d9babfd2
commit e78aa6b8f8
1 changed files with 1 additions and 1 deletions

View File

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