Skip to content

Commit 1b9981c

Browse files
Bump testng from 7.1.0 to 7.3.0
Bumps [testng](https://github.com/cbeust/testng) from 7.1.0 to 7.3.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) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 5a2bee6 commit 1b9981c

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
@@ -28,7 +28,7 @@ dependencies {
2828
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
2929
implementation 'com.google.code.gson:gson:2.8.6'
3030
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
31-
testImplementation group: 'org.testng', name: 'testng', version: '7.1.0'
31+
testImplementation group: 'org.testng', name: 'testng', version: '7.3.0'
3232
testImplementation 'commons-io:commons-io:2.7'
3333
testImplementation 'org.mockito:mockito-core:3.5.13'
3434
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1"

0 commit comments

Comments
 (0)