From 860fce4aa8af82e404754eb713462218702270b3 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sat, 9 Jul 2016 10:21:13 -0700 Subject: [PATCH] Updated TestNG dependency to always pick the latest version. --- documentation/index.html | 4 ++-- home/index.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 {