Upgrade to AspectJ 1.9 beta 6

Issue: SPR-15686
This commit is contained in:
Juergen Hoeller 2017-06-30 01:53:22 +02:00
parent 8f4eb23540
commit af69c5b6a9
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ configure(allprojects) { project ->
ext.activationApiVersion = "1.1.1"
ext.annotationApiVersion = "1.3"
ext.aspectjVersion = "1.9.0.BETA-5"
ext.aspectjVersion = "1.9.0.BETA-6"
ext.beanvalVersion = "1.1.0.Final"
ext.cacheApiVersion = "1.0.0"
ext.caffeineVersion = "2.5.2"