diff --git a/documentation/index.html b/documentation/index.html index ab9d044..29d0bc3 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -205,7 +205,7 @@ dependencies { } dependenciesTest { - compile("org.testng:testng:6.9.5") + compile("org.testng:testng:") }

@@ -441,7 +441,7 @@ Here are the options that you can pass to ./kobaltw: $ ./kobaltw --checkVersions New versions found: com.beust:klaxon:0.14 - org.testng:testng:6.9.5 + org.testng:testng:6.9.12 diff --git a/home/index.html b/home/index.html index eef955f..5dbb999 100644 --- a/home/index.html +++ b/home/index.html @@ -116,7 +116,7 @@ val jcommander = javaProject { version = "1.52" dependenciesTest { - compile("org.testng:testng:6.9.5") + compile("org.testng:testng:") } assemble {