Update to cglib-nodep 3.2.12

Fixes gh-7198
This commit is contained in:
Josh Cummings 2019-08-05 13:16:57 -06:00
parent ecc66e9c75
commit 7fa60c9b4e
No known key found for this signature in database
GPG Key ID: 49EF60DD7FF83443

View File

@ -17,7 +17,7 @@ dependencyManagement {
mavenBom "org.springframework.data:spring-data-releasetrain:${springDataVersion}"
}
dependencies {
dependency 'cglib:cglib-nodep:3.2.10'
dependency 'cglib:cglib-nodep:3.2.12'
dependency 'com.squareup.okhttp3:mockwebserver:3.12.2'
dependency 'opensymphony:sitemesh:2.4.2'
dependency 'org.gebish:geb-spock:0.10.0'