From d2a5b38bf9bcd8101a493f967e7f2ed9dc6e353f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Dec 2023 04:17:53 +0000 Subject: [PATCH] Bump org.testng:testng from 7.6.0 to 7.9.0 Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.6.0 to 7.9.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.6.0...7.9.0) --- updated-dependencies: - dependency-name: org.testng:testng 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 2bf7222..e83f0c1 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ repositories { dependencies { implementation "io.reactivex.rxjava3:rxjava:3.1.8" testImplementation "org.reactivestreams:reactive-streams-tck:1.0.4" - testImplementation "org.testng:testng:7.6.0" + testImplementation "org.testng:testng:7.9.0" testImplementation "com.beust:jcommander:1.82" }