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