From 571d122c7efc4304838d77ccb138ef8857375605 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Mon, 12 Oct 2015 20:21:00 -0700 Subject: [PATCH] Gradle dependency. --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c21d918f..697ac6ff 100644 --- a/build.gradle +++ b/build.gradle @@ -54,7 +54,7 @@ dependencies { 'com.github.spullara.mustache.java:compiler:0.8.18' // compile files("/Users/beust/.kobalt/repository/com/beust/kobalt-example-plugin/build/libs/kobalt-example-plugin.jar") - testCompile 'org.testng:testng:6.9.4' + testCompile 'org.testng:testng:6.9.6' compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" // testCompile 'junit:junit:4.12' }