summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.classpath2
-rw-r--r--build.xml2
-rw-r--r--lib/httpcore-4.4.6.jarbin323824 -> 0 bytes
-rw-r--r--lib/httpcore-4.4.8.License (renamed from lib/httpcore-4.4.6.License)0
-rw-r--r--lib/httpcore-4.4.8.jarbin0 -> 324565 bytes
-rw-r--r--pom.xml2
6 files changed, 3 insertions, 3 deletions
diff --git a/.classpath b/.classpath
index 677a97b11..766c5d11c 100644
--- a/.classpath
+++ b/.classpath
@@ -29,7 +29,7 @@
<classpathentry kind="lib" path="lib/jcl-over-slf4j-1.7.24.jar"/>
<classpathentry kind="lib" path="lib/slf4j-jdk14-1.7.24.jar"/>
<classpathentry kind="lib" path="lib/log4j-over-slf4j-1.7.24.jar"/>
- <classpathentry kind="lib" path="lib/httpcore-4.4.6.jar"/>
+ <classpathentry kind="lib" path="lib/httpcore-4.4.8.jar"/>
<classpathentry kind="lib" path="lib/metadata-extractor-2.10.1.jar"/>
<classpathentry kind="lib" path="lib/xmpcore-5.1.3.jar"/>
<classpathentry kind="lib" path="lib/jcifs-1.3.17.jar"/>
diff --git a/build.xml b/build.xml
index 1cf21def1..47b2cc82d 100644
--- a/build.xml
+++ b/build.xml
@@ -189,7 +189,7 @@
<pathelement location="${lib}/guava-18.0.jar" />
<pathelement location="${lib}/htmllexer.jar" />
<pathelement location="${lib}/httpclient-4.5.3.jar" />
- <pathelement location="${lib}/httpcore-4.4.6.jar" />
+ <pathelement location="${lib}/httpcore-4.4.8.jar" />
<pathelement location="${lib}/httpmime-4.5.3.jar" />
<pathelement location="${lib}/icu4j-60.1.jar" />
<pathelement location="${lib}/imageio-bmp-3.3.2.jar" />
diff --git a/lib/httpcore-4.4.6.jar b/lib/httpcore-4.4.6.jar
deleted file mode 100644
index 16ed0d160..000000000
--- a/lib/httpcore-4.4.6.jar
+++ /dev/null
Binary files differ
diff --git a/lib/httpcore-4.4.6.License b/lib/httpcore-4.4.8.License
index 72819a9f0..72819a9f0 100644
--- a/lib/httpcore-4.4.6.License
+++ b/lib/httpcore-4.4.8.License
diff --git a/lib/httpcore-4.4.8.jar b/lib/httpcore-4.4.8.jar
new file mode 100644
index 000000000..8b8e616ee
--- /dev/null
+++ b/lib/httpcore-4.4.8.jar
Binary files differ
diff --git a/pom.xml b/pom.xml
index 5550072b3..561928786 100644
--- a/pom.xml
+++ b/pom.xml
@@ -411,7 +411,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
- <version>4.4.6</version>
+ <version>4.4.8</version>
<type>jar</type>
</dependency>
<dependency>