From abd3bc35eb713223d2792dd3ffe1d927ed263ef5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Dec 2022 16:02:06 +0000 Subject: [PATCH] Bump testng from 7.4.0 to 7.7.1 Bumps [testng](https://github.com/cbeust/testng) from 7.4.0 to 7.7.1. - [Release notes](https://github.com/cbeust/testng/releases) - [Changelog](https://github.com/cbeust/testng/blob/master/CHANGES.txt) - [Commits](https://github.com/cbeust/testng/compare/7.4.0...7.7.1) --- 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 779328eb66..20cdcc1f96 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { ext { reactiveStreamsVersion = "1.0.3" junitVersion = "4.13.2" - testNgVersion = "7.4.0" + testNgVersion = "7.7.1" mockitoVersion = "4.0.0" jmhLibVersion = "1.21" guavaVersion = "31.0.1-jre"