We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c43f5fd commit e95aed4Copy full SHA for e95aed4
build.gradle
@@ -29,7 +29,7 @@ dependencies {
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.3.0'
32
- testImplementation 'commons-io:commons-io:2.7'
+ testImplementation 'commons-io:commons-io:2.8.0'
33
testImplementation 'org.mockito:mockito-core:3.5.13'
34
testImplementation "com.squareup.okhttp3:mockwebserver:4.8.1"
35
}
0 commit comments