From 54f8b6901dfe81bbd8591b3d5ab8bb4f4ec797f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 18:19:23 +0000 Subject: [PATCH] Bump org.testng:testng from 7.11.0 to 7.12.0 Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.11.0 to 7.12.0. - [Release notes](https://github.com/testng-team/testng/releases) - [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt) - [Commits](https://github.com/testng-team/testng/compare/7.11.0...7.12.0) --- updated-dependencies: - dependency-name: org.testng:testng dependency-version: 7.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7bfc69a09e..3175ea847e 100644 --- a/build.gradle +++ b/build.gradle @@ -144,7 +144,7 @@ dependencies { testImplementation "io.reactivex.rxjava2:rxjava:2.2.21" testImplementation "io.projectreactor:reactor-core:3.8.0" - testImplementation 'org.testng:testng:7.11.0' // use for reactive streams test inheritance + testImplementation 'org.testng:testng:7.12.0' // use for reactive streams test inheritance testImplementation "com.tngtech.archunit:archunit-junit5:1.4.1" testImplementation 'org.openjdk.jmh:jmh-core:1.37' // required for ArchUnit to check JMH tests