From 70ae11f1b344357af8759299b64f0e765e36ab5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 10:47:10 +0000 Subject: [PATCH] build(deps): bump testng from 7.6.0 to 7.6.1 Bumps [testng](https://github.com/cbeust/testng) from 7.6.0 to 7.6.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/commits) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 4482e38..01cfa13 100644 --- a/build.gradle +++ b/build.gradle @@ -51,7 +51,7 @@ dependencies { implementation 'org.slf4j:slf4j-simple:1.7.36' // testImplementation 'commons-io:commons-io:2.11.0' - testImplementation 'org.testng:testng:7.6.0' + testImplementation 'org.testng:testng:7.6.1' } test.useTestNG()