azkaban-aplcache

Update httpcore and httpclient dependencies to latest versions

3/11/2017 8:28:46 PM

Changes

Details

diff --git a/azkaban-common/build.gradle b/azkaban-common/build.gradle
index 3f6e3e6..0783917 100644
--- a/azkaban-common/build.gradle
+++ b/azkaban-common/build.gradle
@@ -29,8 +29,8 @@ dependencies {
   compile('net.sf.jopt-simple:jopt-simple:4.3')
   compile('org.apache.commons:commons-jexl:2.1.1')
   compile('org.apache.commons:commons-math3:3.0')
-  compile('org.apache.httpcomponents:httpclient:4.3.1')
-  compile('org.apache.httpcomponents:httpcore:4.3')
+  compile('org.apache.httpcomponents:httpclient:4.5.2')
+  compile('org.apache.httpcomponents:httpcore:4.4.5')
   compile('org.apache.velocity:velocity:1.7')
   compile('org.codehaus.jackson:jackson-core-asl:1.9.5')
   compile('org.codehaus.jackson:jackson-mapper-asl:1.9.5')