update third-party libraries

This commit is contained in:
2017-04-08 08:18:39 +02:00
parent ed17d84da4
commit d72d6df0f4
3 changed files with 7 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ subprojects {
// dependencies that all sub-projects have
dependencies {
testCompile group: 'org.testng', name: 'testng', version: '6.10'
testCompile group: 'org.testng', name: 'testng', version: '6.11'
}
}