Skip to content

Commit 55791ce

Browse files
committed
update dependencies
1 parent f592a85 commit 55791ce

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ repositories {
1919
maven { url "http://repo.maven.apache.org/maven2" }
2020
}
2121
dependencies {
22-
compile group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.4.1'
23-
compile group: 'org.apache.httpcomponents', name: 'httpcore', version:'4.4.1'
24-
compile group: 'commons-io', name: 'commons-io', version:'2.4'
22+
compile group: 'org.apache.httpcomponents', name: 'httpclient', version:'4.5.3'
23+
compile group: 'org.apache.httpcomponents', name: 'httpcore', version:'4.4.6'
24+
compile group: 'commons-io', name: 'commons-io', version:'2.5'
2525
compile group: 'commons-logging', name: 'commons-logging', version:'1.2'
26-
compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.4'
27-
compile group: 'joda-time', name: 'joda-time', version:'2.8'
26+
compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.6'
27+
compile group: 'joda-time', name: 'joda-time', version:'2.9.9'
28+
2829
testCompile group: 'junit', name: 'junit', version:'4.12'
2930
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version:'1.3'
3031
testCompile group: 'org.mockito', name: 'mockito-core', version:'1.10.19'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Sep 14 11:29:13 CEST 2017
1+
#Thu Sep 14 11:42:33 CEST 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.2-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.0.2-all.zip

0 commit comments

Comments
 (0)