diff --git a/plugins/ingest-attachment/build.gradle b/plugins/ingest-attachment/build.gradle index f22e0fdfeae..c80a8a1db59 100644 --- a/plugins/ingest-attachment/build.gradle +++ b/plugins/ingest-attachment/build.gradle @@ -23,7 +23,7 @@ esplugin { } versions << [ - 'tika': '1.13', + 'tika': '1.14', 'pdfbox': '2.0.3', 'bouncycastle': '1.55', 'poi': '3.15' @@ -526,7 +526,9 @@ thirdPartyAudit.excludes = [ 'org.apache.http.StatusLine', 'org.apache.http.client.HttpClient', 'org.apache.http.client.methods.HttpGet', + 'org.apache.http.client.methods.HttpPost', 'org.apache.http.client.utils.URIBuilder', + 'org.apache.http.entity.ByteArrayEntity', 'org.apache.http.impl.client.DefaultHttpClient', 'org.apache.james.mime4j.MimeException', 'org.apache.james.mime4j.codec.DecodeMonitor', diff --git a/plugins/ingest-attachment/licenses/tika-core-1.13.jar.sha1 b/plugins/ingest-attachment/licenses/tika-core-1.13.jar.sha1 deleted file mode 100644 index cfc36a450bd..00000000000 --- a/plugins/ingest-attachment/licenses/tika-core-1.13.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -1305c798d41d1d7bbf12cb7c0ca184c98eed25ad \ No newline at end of file diff --git a/plugins/ingest-attachment/licenses/tika-core-1.14.jar.sha1 b/plugins/ingest-attachment/licenses/tika-core-1.14.jar.sha1 new file mode 100644 index 00000000000..2da2c07d9b2 --- /dev/null +++ b/plugins/ingest-attachment/licenses/tika-core-1.14.jar.sha1 @@ -0,0 +1 @@ +afff8f1774994aa973ef90bc8d38ddf089b9d6d9 \ No newline at end of file diff --git a/plugins/ingest-attachment/licenses/tika-parsers-1.13.jar.sha1 b/plugins/ingest-attachment/licenses/tika-parsers-1.13.jar.sha1 deleted file mode 100644 index 7fb2755d545..00000000000 --- a/plugins/ingest-attachment/licenses/tika-parsers-1.13.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -374fde67b9d35f785534b0e6c4953533c31bab5f \ No newline at end of file diff --git a/plugins/ingest-attachment/licenses/tika-parsers-1.14.jar.sha1 b/plugins/ingest-attachment/licenses/tika-parsers-1.14.jar.sha1 new file mode 100644 index 00000000000..b96b3cdefdd --- /dev/null +++ b/plugins/ingest-attachment/licenses/tika-parsers-1.14.jar.sha1 @@ -0,0 +1 @@ +d26c10a9e7d116366562aa260013a30a55ff4e8f \ No newline at end of file