diff --git a/.idea/libraries/commons_codec.xml b/.idea/libraries/commons_codec.xml index f17cb04f9261..260da8de3c82 100644 --- a/.idea/libraries/commons_codec.xml +++ b/.idea/libraries/commons_codec.xml @@ -1,7 +1,7 @@ - + diff --git a/.idea/libraries/http_client.xml b/.idea/libraries/http_client.xml index 0645cce0443f..4a83f9ad3f68 100644 --- a/.idea/libraries/http_client.xml +++ b/.idea/libraries/http_client.xml @@ -1,18 +1,18 @@ - - - - + + + + - - - - - + + + + + diff --git a/lib/commons-codec-1.8.jar b/lib/commons-codec-1.9.jar similarity index 67% rename from lib/commons-codec-1.8.jar rename to lib/commons-codec-1.9.jar index 32f84c92b7bd..ef35f1c50d7c 100644 Binary files a/lib/commons-codec-1.8.jar and b/lib/commons-codec-1.9.jar differ diff --git a/lib/commons-logging-1.1.3.jar b/lib/commons-logging-1.1.3.jar deleted file mode 100644 index ab5125407a6a..000000000000 Binary files a/lib/commons-logging-1.1.3.jar and /dev/null differ diff --git a/lib/commons-logging-1.2.jar b/lib/commons-logging-1.2.jar new file mode 100644 index 000000000000..93a3b9f6db40 Binary files /dev/null and b/lib/commons-logging-1.2.jar differ diff --git a/lib/fluent-hc-4.3.6.jar b/lib/fluent-hc-4.3.6.jar deleted file mode 100644 index f111d9974e72..000000000000 Binary files a/lib/fluent-hc-4.3.6.jar and /dev/null differ diff --git a/lib/fluent-hc-4.4.1.jar b/lib/fluent-hc-4.4.1.jar new file mode 100644 index 000000000000..07254f6c2622 Binary files /dev/null and b/lib/fluent-hc-4.4.1.jar differ diff --git a/lib/httpclient-4.3.6.jar b/lib/httpclient-4.3.6.jar deleted file mode 100644 index 00e98110dfb6..000000000000 Binary files a/lib/httpclient-4.3.6.jar and /dev/null differ diff --git a/lib/httpclient-4.4.1.jar b/lib/httpclient-4.4.1.jar new file mode 100644 index 000000000000..b80d37967e14 Binary files /dev/null and b/lib/httpclient-4.4.1.jar differ diff --git a/lib/httpcore-4.3.3.jar b/lib/httpcore-4.3.3.jar deleted file mode 100644 index a8747b0cf91c..000000000000 Binary files a/lib/httpcore-4.3.3.jar and /dev/null differ diff --git a/lib/httpcore-4.4.1.jar b/lib/httpcore-4.4.1.jar new file mode 100644 index 000000000000..99715b6a9f06 Binary files /dev/null and b/lib/httpcore-4.4.1.jar differ diff --git a/lib/httpmime-4.3.6.jar b/lib/httpmime-4.3.6.jar deleted file mode 100644 index aa01f76d41ad..000000000000 Binary files a/lib/httpmime-4.3.6.jar and /dev/null differ diff --git a/lib/httpmime-4.4.1.jar b/lib/httpmime-4.4.1.jar new file mode 100644 index 000000000000..e748cbde7d29 Binary files /dev/null and b/lib/httpmime-4.4.1.jar differ diff --git a/lib/required_for_dist.txt b/lib/required_for_dist.txt index 88f9bbb40e3b..e494f7ef4848 100644 --- a/lib/required_for_dist.txt +++ b/lib/required_for_dist.txt @@ -5,15 +5,15 @@ asm-all.jar automaton.jar cglib-2.2.2.jar cli-parser-1.1.jar -commons-codec-1.8.jar +commons-codec-1.9.jar commons-httpclient-3.1-patched.jar -commons-logging-1.1.3.jar +commons-logging-1.2.jar commons-net-3.3.jar -httpcore-4.3.3.jar -httpclient-4.3.6.jar -fluent-hc-4.3.6.jar +httpcore-4.4.1.jar +httpclient-4.4.1.jar +fluent-hc-4.4.1.jar freemarker.jar -httpmime-4.3.6.jar +httpmime-4.4.1.jar ecj-4.4.jar groovy-all-2.3.9.jar gson-2.3.1.jar diff --git a/lib/src/commons-logging-1.1.3-src.zip b/lib/src/commons-logging-1.2-src.zip similarity index 62% rename from lib/src/commons-logging-1.1.3-src.zip rename to lib/src/commons-logging-1.2-src.zip index 9fa84bf73069..1ac058c1044a 100644 Binary files a/lib/src/commons-logging-1.1.3-src.zip and b/lib/src/commons-logging-1.2-src.zip differ diff --git a/lib/src/httpcomponents-client-4.3.6-src.zip b/lib/src/httpcomponents-client-4.3.6-src.zip deleted file mode 100644 index 21e675578e88..000000000000 Binary files a/lib/src/httpcomponents-client-4.3.6-src.zip and /dev/null differ diff --git a/lib/src/httpcomponents-client-4.4.1-src.zip b/lib/src/httpcomponents-client-4.4.1-src.zip new file mode 100644 index 000000000000..ee322f294cd6 Binary files /dev/null and b/lib/src/httpcomponents-client-4.4.1-src.zip differ diff --git a/lib/src/httpcomponents-core-4.3.3-src.zip b/lib/src/httpcomponents-core-4.3.3-src.zip deleted file mode 100644 index 3d57dec09321..000000000000 Binary files a/lib/src/httpcomponents-core-4.3.3-src.zip and /dev/null differ diff --git a/lib/src/httpcomponents-core-4.4.1-src.zip b/lib/src/httpcomponents-core-4.4.1-src.zip new file mode 100644 index 000000000000..166e7062a9e5 Binary files /dev/null and b/lib/src/httpcomponents-core-4.4.1-src.zip differ