update third party libraries
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user