From 9a1a61ed7e063aa1eddfd9b3c602b72f594da464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc=20Pap?= Date: Tue, 29 Jun 2021 11:32:25 +0200 Subject: [PATCH] Bump old TestNG version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: LÅ‘rinc Pap --- .../org/gradle/testretry/testframework/TestNGFuncTest.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/test/groovy/org/gradle/testretry/testframework/TestNGFuncTest.groovy b/plugin/src/test/groovy/org/gradle/testretry/testframework/TestNGFuncTest.groovy index 359f553c..c8f26cb9 100644 --- a/plugin/src/test/groovy/org/gradle/testretry/testframework/TestNGFuncTest.groovy +++ b/plugin/src/test/groovy/org/gradle/testretry/testframework/TestNGFuncTest.groovy @@ -404,7 +404,7 @@ class TestNGFuncTest extends AbstractFrameworkFuncTest { protected String buildConfiguration() { return """ dependencies { - testImplementation 'org.testng:testng:7.0.0' + testImplementation 'org.testng:testng:7.4.0' } test { useTestNG()