From a7b4b64869e2c4311d5ce178bdd73e35e4f8441d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 04:58:14 +0000 Subject: [PATCH] Bump org.testng:testng from 7.6.0 to 7.8.0 Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.6.0 to 7.8.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.8.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 d172362..86eeba4 100644 --- a/build.gradle +++ b/build.gradle @@ -48,7 +48,7 @@ repositories { dependencies { implementation "io.reactivex.rxjava3:rxjava:3.1.6" testImplementation "org.reactivestreams:reactive-streams-tck:1.0.4" - testImplementation "org.testng:testng:7.6.0" + testImplementation "org.testng:testng:7.8.0" testImplementation "com.beust:jcommander:1.82" }