Browse Source

Update to CGLIB 3.2.9

Rob Winch 6 years ago
parent
commit
43677a6964
1 changed files with 1 additions and 1 deletions
  1. 1 1
      gradle/javaprojects.gradle

+ 1 - 1
gradle/javaprojects.gradle

@@ -11,7 +11,7 @@ targetCompatibility = 1.6
 ext.apacheDsVersion = '1.5.5'
 ext.aspectjVersion = '1.8.13'
 ext.casClientVersion = '3.4.1'
-ext.cglibVersion = '3.1'
+ext.cglibVersion = '3.2.9'
 ext.commonsCodecVersion = '1.10'
 ext.commonsCollectionsVersion = '3.2.2'
 ext.commonsLoggingVersion = '1.2'