We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb532f commit bb87301Copy full SHA for bb87301
build.gradle
@@ -39,7 +39,7 @@ configurations {
39
dependencies {
40
implementation gradleApi()
41
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
42
- testImplementation group: 'commons-io', name: 'commons-io', version: '2.16.1'
+ testImplementation group: 'commons-io', name: 'commons-io', version: '2.18.0'
43
}
44
import org.gradle.util.GradleVersion
45
0 commit comments