We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458842a commit 4d79bd0Copy full SHA for 4d79bd0
2 files changed
build.gradle
@@ -56,7 +56,7 @@ dependencies {
56
testImplementation 'org.apache.httpcomponents:httpclient:4.5.6'
57
testImplementation 'org.slf4j:slf4j-simple:1.7.25'
58
testImplementation 'commons-lang:commons-lang:2.6'
59
- testImplementation 'org.json:json:20180130'
+ testImplementation 'org.json:json:20180813'
60
}
61
62
task updateVersion(type: Copy) {
gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
3
distributionPath=wrapper/dists
4
zipStoreBase=GRADLE_USER_HOME
5
zipStorePath=wrapper/dists
6
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-all.zip
0 commit comments