We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02d8155 + 24ab546 commit 63c95f1Copy full SHA for 63c95f1
build.gradle
@@ -36,7 +36,7 @@ configurations {
36
dependencies {
37
compile gradleApi()
38
testCompile group: 'junit', name: 'junit', version: '4.13.2'
39
- testCompile group: 'commons-io', name: 'commons-io', version: '2.10.0'
+ testCompile group: 'commons-io', name: 'commons-io', version: '2.11.0'
40
}
41
import org.gradle.util.GradleVersion
42
0 commit comments