浏览代码

Update to aspectj 1.8.14

Fixes gh-6713
Joe Grandja 6 年之前
父节点
当前提交
df075a8c7c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gradle/javaprojects.gradle

+ 1 - 1
gradle/javaprojects.gradle

@@ -9,7 +9,7 @@ sourceCompatibility = 1.6
 targetCompatibility = 1.6
 targetCompatibility = 1.6
 
 
 ext.apacheDsVersion = '1.5.5'
 ext.apacheDsVersion = '1.5.5'
-ext.aspectjVersion = '1.8.13'
+ext.aspectjVersion = '1.8.14'
 ext.casClientVersion = '3.4.1'
 ext.casClientVersion = '3.4.1'
 ext.cglibVersion = '3.2.10'
 ext.cglibVersion = '3.2.10'
 ext.commonsCodecVersion = '1.12'
 ext.commonsCodecVersion = '1.12'