Update to CGLIB 3.2.12

Fixes gh-7942
This commit is contained in:
Rob Winch 2020-02-05 20:54:35 -06:00
parent 76a869995e
commit fbf3c7d083

View File

@ -11,7 +11,7 @@ targetCompatibility = 1.6
ext.apacheDsVersion = '1.5.5'
ext.aspectjVersion = '1.8.14'
ext.casClientVersion = '3.4.1'
ext.cglibVersion = '3.2.10'
ext.cglibVersion = '3.2.12'
ext.commonsCodecVersion = '1.12'
ext.commonsCollectionsVersion = '3.2.2'
ext.commonsLoggingVersion = '1.2'