From 75481e1058f4da5d78241d295b3176f51ec13c32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 14:09:31 +0000 Subject: [PATCH] Update dependency org.junit.support:testng-engine to v1.1.0 --- junit-multiple-engines/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/junit-multiple-engines/build.gradle.kts b/junit-multiple-engines/build.gradle.kts index ad6826f8..6c5c6f54 100644 --- a/junit-multiple-engines/build.gradle.kts +++ b/junit-multiple-engines/build.gradle.kts @@ -76,7 +76,7 @@ dependencies { testImplementation("org.testng:testng:7.11.0") { because("allows writing TestNG tests") } - testRuntimeOnly("org.junit.support:testng-engine:1.0.6") { + testRuntimeOnly("org.junit.support:testng-engine:1.1.0") { because("allows running TestNG tests on the JUnit Platform") } }