diff options
| -rw-r--r-- | .classpath | 6 | ||||
| -rw-r--r-- | build.xml | 6 | ||||
| -rw-r--r-- | lib/httpclient-4.5.2.jar | bin | 736658 -> 0 bytes | |||
| -rw-r--r-- | lib/httpclient-4.5.3.jar | bin | 0 -> 747794 bytes | |||
| -rw-r--r-- | lib/httpcore-4.4.6.License (renamed from lib/httpcore-4.4.5.License) | 0 | ||||
| -rw-r--r-- | lib/httpcore-4.4.6.jar (renamed from lib/httpcore-4.4.5.jar) | bin | 327373 -> 323824 bytes | |||
| -rw-r--r-- | lib/httpmime-4.5.3.jar (renamed from lib/httpmime-4.5.2.jar) | bin | 41029 -> 41029 bytes | |||
| -rw-r--r-- | pom.xml | 8 |
8 files changed, 11 insertions, 9 deletions
diff --git a/.classpath b/.classpath index 9af82b40b..2b47b44ad 100644 --- a/.classpath +++ b/.classpath @@ -30,7 +30,7 @@ <classpathentry kind="lib" path="lib/jcl-over-slf4j-1.7.21.jar"/> <classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.21.jar"/> <classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.21.jar"/> - <classpathentry kind="lib" path="lib/httpcore-4.4.5.jar"/> + <classpathentry kind="lib" path="lib/httpcore-4.4.6.jar"/> <classpathentry kind="lib" path="lib/metadata-extractor-2.9.1.jar"/> <classpathentry kind="lib" path="lib/xmpcore-5.1.2.jar"/> <classpathentry kind="lib" path="lib/jcifs-1.3.17.jar"/> @@ -61,8 +61,8 @@ <classpathentry kind="lib" path="lib/jetty-util-9.2.21.v20170120.jar"/> <classpathentry kind="lib" path="lib/jetty-webapp-9.2.21.v20170120.jar"/> <classpathentry kind="lib" path="lib/jetty-xml-9.2.21.v20170120.jar"/> - <classpathentry kind="lib" path="lib/httpclient-4.5.2.jar"/> - <classpathentry kind="lib" path="lib/httpmime-4.5.2.jar"/> + <classpathentry kind="lib" path="lib/httpclient-4.5.3.jar"/> + <classpathentry kind="lib" path="lib/httpmime-4.5.3.jar"/> <classpathentry kind="lib" path="lib/noggit-0.6.jar"/> <classpathentry kind="lib" path="lib/solr-core-5.5.3.jar"/> <classpathentry kind="lib" path="lib/solr-solrj-5.5.3.jar"/> @@ -186,9 +186,9 @@ <pathelement location="${lib}/fontbox-2.0.3.jar" /> <pathelement location="${lib}/guava-18.0.jar" /> <pathelement location="${lib}/htmllexer.jar" /> - <pathelement location="${lib}/httpclient-4.5.2.jar" /> - <pathelement location="${lib}/httpcore-4.4.5.jar" /> - <pathelement location="${lib}/httpmime-4.5.2.jar" /> + <pathelement location="${lib}/httpclient-4.5.3.jar" /> + <pathelement location="${lib}/httpcore-4.4.6.jar" /> + <pathelement location="${lib}/httpmime-4.5.3.jar" /> <pathelement location="${lib}/icu4j-57_1.jar" /> <pathelement location="${lib}/imageio-bmp-3.3.1.jar" /> <pathelement location="${lib}/imageio-core-3.3.1.jar" /> diff --git a/lib/httpclient-4.5.2.jar b/lib/httpclient-4.5.2.jar Binary files differdeleted file mode 100644 index 701609fcc..000000000 --- a/lib/httpclient-4.5.2.jar +++ /dev/null diff --git a/lib/httpclient-4.5.3.jar b/lib/httpclient-4.5.3.jar Binary files differnew file mode 100644 index 000000000..8af456108 --- /dev/null +++ b/lib/httpclient-4.5.3.jar diff --git a/lib/httpcore-4.4.5.License b/lib/httpcore-4.4.6.License index 72819a9f0..72819a9f0 100644 --- a/lib/httpcore-4.4.5.License +++ b/lib/httpcore-4.4.6.License diff --git a/lib/httpcore-4.4.5.jar b/lib/httpcore-4.4.6.jar Binary files differindex 6bbf0ac8b..16ed0d160 100644 --- a/lib/httpcore-4.4.5.jar +++ b/lib/httpcore-4.4.6.jar diff --git a/lib/httpmime-4.5.2.jar b/lib/httpmime-4.5.3.jar Binary files differindex 474670a65..fe2cf8e3d 100644 --- a/lib/httpmime-4.5.2.jar +++ b/lib/httpmime-4.5.3.jar @@ -405,18 +405,20 @@ <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpclient</artifactId> - <version>4.5.2</version> + <version>4.5.3</version> + <type>jar</type> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpcore</artifactId> - <version>4.4.5</version> + <version>4.4.6</version> <type>jar</type> </dependency> <dependency> <groupId>org.apache.httpcomponents</groupId> <artifactId>httpmime</artifactId> - <version>4.5.2</version> + <version>4.5.3</version> + <type>jar</type> </dependency> <dependency> <groupId>com.ibm.icu</groupId> |
