diff --git a/.classpath b/.classpath index 9af82b40b..2b47b44ad 100644 --- a/.classpath +++ b/.classpath @@ -30,7 +30,7 @@ - + @@ -61,8 +61,8 @@ - - + + diff --git a/build.xml b/build.xml index 41013c474..47ce3d6be 100644 --- a/build.xml +++ b/build.xml @@ -186,9 +186,9 @@ - - - + + + diff --git a/lib/httpclient-4.5.2.jar b/lib/httpclient-4.5.2.jar deleted file mode 100644 index 701609fcc..000000000 Binary files a/lib/httpclient-4.5.2.jar and /dev/null differ diff --git a/lib/httpclient-4.5.3.jar b/lib/httpclient-4.5.3.jar new file mode 100644 index 000000000..8af456108 Binary files /dev/null and b/lib/httpclient-4.5.3.jar differ diff --git a/lib/httpcore-4.4.5.License b/lib/httpcore-4.4.6.License similarity index 100% rename from lib/httpcore-4.4.5.License rename to lib/httpcore-4.4.6.License diff --git a/lib/httpcore-4.4.5.jar b/lib/httpcore-4.4.6.jar similarity index 74% rename from lib/httpcore-4.4.5.jar rename to lib/httpcore-4.4.6.jar index 6bbf0ac8b..16ed0d160 100644 Binary files a/lib/httpcore-4.4.5.jar and b/lib/httpcore-4.4.6.jar differ diff --git a/lib/httpmime-4.5.2.jar b/lib/httpmime-4.5.3.jar similarity index 80% rename from lib/httpmime-4.5.2.jar rename to lib/httpmime-4.5.3.jar index 474670a65..fe2cf8e3d 100644 Binary files a/lib/httpmime-4.5.2.jar and b/lib/httpmime-4.5.3.jar differ diff --git a/pom.xml b/pom.xml index 003c798a6..7d23ed90e 100644 --- a/pom.xml +++ b/pom.xml @@ -405,18 +405,20 @@ org.apache.httpcomponents httpclient - 4.5.2 + 4.5.3 + jar org.apache.httpcomponents httpcore - 4.4.5 + 4.4.6 jar org.apache.httpcomponents httpmime - 4.5.2 + 4.5.3 + jar com.ibm.icu