Skip to content

Commit f7195cb

Browse files
Bump testng from 7.5 to 7.6.0
Bumps [testng](https://github.com/cbeust/testng) from 7.5 to 7.6.0. - [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-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e5a8ce commit f7195cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repositories {
4545
dependencies {
4646
testCompile group: 'junit', name: 'junit', version: '4.13.2'
4747
testCompile 'org.reactivestreams:reactive-streams-tck-flow:1.0.3'
48-
testCompile group: 'org.testng', name: 'testng', version: '7.5'
48+
testCompile group: 'org.testng', name: 'testng', version: '7.6.0'
4949
}
5050

5151
[compileJava, compileTestJava]*.options*.compilerArgs << "-parameters"

0 commit comments

Comments
 (0)