LDAP-329: Additional Depenency Updates

This commit is contained in:
Rob Winch
2015-04-28 15:53:27 -05:00
parent b271b1fd66
commit f4fac6d8bf
3 changed files with 30 additions and 23 deletions

View File

@@ -5,20 +5,20 @@ sourceCompatibility = '1.6'
targetCompatibility = '1.6'
ext.apacheDsVersion = '1.5.5'
ext.springVersion = '3.2.8.RELEASE'
ext.springDataVersion = '1.6.5.RELEASE'
ext.springVersion = '3.2.13.RELEASE'
ext.springDataVersion = '1.10.0.RELEASE'
ext.springBatchVersion = '2.0.4.RELEASE'
ext.junitVersion = '4.11'
ext.commonsIoVersion = '2.4'
ext.commonsPoolVersion = '1.5.4'
ext.commonsLangVersion = '2.4'
ext.commonsLoggingVersion = '1.1.3'
ext.commonsPoolVersion = '1.6'
ext.commonsLangVersion = '2.6'
ext.commonsLoggingVersion = '1.2'
ext.gsbaseVersion = '2.0.1'
ext.log4jVersion = '1.2.17'
ext.mockitoVersion = '1.9.5'
ext.queryDslVersion = '3.2.4'
ext.slf4jVersion = '1.7.7'
ext.powerMockVersion = '1.5.4'
ext.mockitoVersion = '1.10.19'
ext.queryDslVersion = '3.6.3'
ext.slf4jVersion = '1.7.12'
ext.powerMockVersion = '1.6.2'
ext.powerMockDependencies = [
"org.powermock:powermock-core:$powerMockVersion",