File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ repositories {
1010 mavenCentral()
1111}
1212
13-
1413buildscript {
1514 repositories {
1615 maven {
@@ -27,11 +26,11 @@ buildscript {
2726dependencies {
2827 implementation ' com.google.code.gson:gson:2.9.0'
2928 implementation ' org.slf4j:slf4j-api:1.7.25'
30- testImplementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.2.3 '
31- testImplementation group : ' org.testng' , name : ' testng' , version : ' 7.5 '
32- testImplementation ' commons-io:commons-io:2.11 .0'
29+ testImplementation group : ' ch.qos.logback' , name : ' logback-classic' , version : ' 1.5.16 '
30+ testImplementation group : ' org.testng' , name : ' testng' , version : ' 7.7.0 '
31+ testImplementation ' commons-io:commons-io:2.18 .0'
3332 testImplementation ' org.mockito:mockito-core:4.4.0'
34- testImplementation ' com.squareup.okhttp3:mockwebserver:4.9.3 '
33+ testImplementation ' com.squareup.okhttp3:mockwebserver:4.11.0 '
3534 testImplementation ' uk.org.webcompere:system-stubs-testng:2.1.3'
3635}
3736
You can’t perform that action at this time.
0 commit comments