From b92e55d3e8b0f847d08f8dd5602b5e6feb01bdf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Dec 2022 02:02:16 +0000 Subject: [PATCH] Bump testng from 6.+ to 7.7.1 Bumps [testng](https://github.com/cbeust/testng) from 6.+ 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/commits/7.7.1) --- updated-dependencies: - dependency-name: org.testng:testng dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- jallele-cmdline/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jallele-cmdline/build.gradle b/jallele-cmdline/build.gradle index 71343f8..7bcec7f 100644 --- a/jallele-cmdline/build.gradle +++ b/jallele-cmdline/build.gradle @@ -2,7 +2,7 @@ dependencies { implementation project(':jallele-engine') implementation 'args4j:args4j:2.33' implementation 'junit:junit:4.+' - implementation 'org.testng:testng:6.+' + implementation 'org.testng:testng:7.+' } def attr = [