update third party libraries

This commit is contained in:
2017-03-17 16:23:21 +01:00
parent ade8463e46
commit 513c256352
7 changed files with 15 additions and 16 deletions

View File

@@ -30,11 +30,10 @@ subprojects {
// dependencies that all sub-projects have
dependencies {
testCompile group: 'org.testng', name: 'testng', version: '6.9.6'
//testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.testng', name: 'testng', version: '6.10'
}
}
task wrapper(type: Wrapper) {
gradleVersion = '3.3'
gradleVersion = '3.4.1'
}