From c0dc179d142af246f9e1f1945ee1054010145c7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2025 06:55:29 +0000 Subject: [PATCH] Update dependency org.testng:testng to v7.11.0 --- junit5-multiple-engines/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit5-multiple-engines/build.gradle.kts b/junit5-multiple-engines/build.gradle.kts index e3143d3a..f333ebca 100644 --- a/junit5-multiple-engines/build.gradle.kts +++ b/junit5-multiple-engines/build.gradle.kts @@ -73,7 +73,7 @@ dependencies { } // TestNG - testImplementation("org.testng:testng:7.10.2") { + testImplementation("org.testng:testng:7.11.0") { because("allows writing TestNG tests") } testRuntimeOnly("org.junit.support:testng-engine:1.0.5") {