Browse Source

Update to aspectj:1.8.13

Fixes gh-5813
Joe Grandja 7 năm trước cách đây
mục cha
commit
0526c5233c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      gradle/javaprojects.gradle

+ 1 - 1
gradle/javaprojects.gradle

@@ -9,7 +9,7 @@ sourceCompatibility = 1.6
 targetCompatibility = 1.6
 
 ext.apacheDsVersion = '1.5.5'
-ext.aspectjVersion = '1.8.12'
+ext.aspectjVersion = '1.8.13'
 ext.casClientVersion = '3.4.1'
 ext.cglibVersion = '3.1'
 ext.commonsCodecVersion = '1.10'