Browse Source

Update to cglib-nodep 3.2.10

Fixes gh-6409
Joe Grandja 6 years ago
parent
commit
1693625acb
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.2.9'
+ext.cglibVersion = '3.2.10'
 ext.commonsCodecVersion = '1.10'
 ext.commonsCollectionsVersion = '3.2.2'
 ext.commonsLoggingVersion = '1.2'