Merge pull request #577 from eclipse/cd_extras_issue208

increased maven/gradle asm version to 6.0
This commit is contained in:
Christian Dietrich 2017-12-13 21:21:05 +01:00 committed by GitHub
commit e62caad9f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ ext.versions = [
'xpand': '2.0.0',
'guice': '3.0',
'antlr': '3.2',
'asm': '5.0.1',
'asm': '6.0',
'icu': '52.1',
'junit': '4.12'
]