diff --git a/documentation/index.html b/documentation/index.html index eceb918..4b349d5 100644 --- a/documentation/index.html +++ b/documentation/index.html @@ -217,7 +217,7 @@ dependencies { } dependenciesTest { - compile("org.testng:testng:6.9.5") + compile("org.testng:testng:") }
@@ -586,7 +586,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/getting-started/index.html b/getting-started/index.html
index 287705b..cdd797f 100644
--- a/getting-started/index.html
+++ b/getting-started/index.html
@@ -111,7 +111,7 @@ val jcommander = project {
version = "1.54"
dependenciesTest {
- compile("org.testng:testng:6.9.9")
+ compile("org.testng:testng:")
}
assemble {
diff --git a/home/index.html b/home/index.html
index 804cf4f..c56d83c 100644
--- a/home/index.html
+++ b/home/index.html
@@ -95,7 +95,7 @@ val jcommander = project {
version = "1.52"
dependenciesTest {
- compile("org.testng:testng:6.9.5")
+ compile("org.testng:testng:")
}
assemble {