From a66788f9cb379032f8e3f996d5c453d49fd51838 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 08:03:18 +0000 Subject: [PATCH] Bump org.testng:testng from 6.8.8 to 7.10.2 Bumps [org.testng:testng](https://github.com/testng-team/testng) from 6.8.8 to 7.10.2. - [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/testng-6.8.8...7.10.2) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4c53131..bf9032a 100644 --- a/build.gradle +++ b/build.gradle @@ -68,7 +68,7 @@ dependencies { compile(group: "org.apache.httpcomponents", name: "httpcore", version: "4.4.16") compile(group: "org.json", name: "json", version: "20240303") provided(group: "com.google.code.findbugs", name: "jsr305", version: "3.0.2") - testCompile(group: "org.testng", name: "testng", version: "6.8.8") { + testCompile(group: "org.testng", name: "testng", version: "7.10.2") { exclude(group: "junit", module: "junit") exclude(group: "org.beanshell", module: "bsh") exclude(group: "org.yaml", module: "snakeyaml")