@@ -19,12 +19,13 @@ repositories {
1919 maven { url " http://repo.maven.apache.org/maven2" }
2020}
2121dependencies {
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'
0 commit comments