From 5b2ab5ed07614a0aa3bf4ba0c247305276f2bf4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 04:10:32 +0000 Subject: [PATCH] Bump org.testng:testng from 7.5 to 7.10.1 Bumps [org.testng:testng](https://github.com/testng-team/testng) from 7.5 to 7.10.1. - [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.5...7.10.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 4562402383..83f80e8775 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ plugins { ext { reactiveStreamsVersion = "1.0.4" junitVersion = "4.13.2" - testNgVersion = "7.5" + testNgVersion = "7.10.1" mockitoVersion = "4.11.0" jmhLibVersion = "1.21" guavaVersion = "33.1.0-jre"