From a8be11ebafe9187e729e7ba5c2af40da1fe32d84 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Thu, 13 Feb 2025 13:08:54 +0100 Subject: [PATCH] Upgrade to TestNG 7.11 --- framework-platform/framework-platform.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 9d88ee463e9..2f85e36bd4e 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -142,7 +142,7 @@ dependencies { api("org.seleniumhq.selenium:selenium-java:4.26.0") api("org.skyscreamer:jsonassert:1.5.3") api("org.slf4j:slf4j-api:2.0.16") - api("org.testng:testng:7.10.2") + api("org.testng:testng:7.11.0") api("org.webjars:underscorejs:1.8.3") api("org.webjars:webjars-locator-core:0.55") api("org.webjars:webjars-locator-lite:1.0.0")