We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5df8cf0 + 90675b8 commit c43f5fdCopy full SHA for c43f5fd
build.gradle
@@ -28,7 +28,7 @@ dependencies {
28
implementation 'com.squareup.okhttp3:okhttp:3.11.0'
29
implementation 'com.google.code.gson:gson:2.8.6'
30
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
31
- testImplementation group: 'org.testng', name: 'testng', version: '7.1.0'
+ testImplementation group: 'org.testng', name: 'testng', version: '7.3.0'
32
testImplementation 'commons-io:commons-io:2.7'
33
testImplementation 'org.mockito:mockito-core:3.5.13'
34
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1"
0 commit comments