Skip to content

Commit c43f5fd

Browse files
authored
Merge pull request #20 from Visual-Regression-Tracker/dependabot/gradle/org.testng-testng-7.3.0
Bump testng from 7.1.0 to 7.3.0
2 parents 5df8cf0 + 90675b8 commit c43f5fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
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)