From 45670a935bd1bd0af79d0a822a0b854fa26521de Mon Sep 17 00:00:00 2001 From: Keith Massey Date: Fri, 25 Apr 2025 08:43:26 -0500 Subject: [PATCH] Updating tika to 2.9.3 (#127353) --- docs/changelog/127353.yaml | 5 + gradle/verification-metadata.xml | 173 ++++++++++++++----------- modules/ingest-attachment/build.gradle | 22 ++-- 3 files changed, 110 insertions(+), 90 deletions(-) create mode 100644 docs/changelog/127353.yaml diff --git a/docs/changelog/127353.yaml b/docs/changelog/127353.yaml new file mode 100644 index 0000000000000..1fde8f97115fd --- /dev/null +++ b/docs/changelog/127353.yaml @@ -0,0 +1,5 @@ +pr: 127353 +summary: Updating tika to 2.9.3 +area: Ingest Node +type: upgrade +issues: [] diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 37ec0eff8e8e9..1160fa9cd13d4 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -1214,6 +1214,11 @@ + + + + + @@ -1259,6 +1264,11 @@ + + + + + @@ -2001,6 +2011,11 @@ + + + + + @@ -2026,21 +2041,16 @@ - - - - - - - - - - + + + + + @@ -2644,14 +2654,14 @@ - - - + + + - - - + + + @@ -3164,9 +3174,9 @@ - - - + + + @@ -3174,29 +3184,29 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + @@ -3224,64 +3234,64 @@ - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + @@ -4497,9 +4507,9 @@ - - - + + + @@ -4532,9 +4542,9 @@ - - - + + + @@ -4552,9 +4562,9 @@ - - - + + + @@ -4622,6 +4632,11 @@ + + + + + diff --git a/modules/ingest-attachment/build.gradle b/modules/ingest-attachment/build.gradle index a172112948fd3..993c02993c571 100644 --- a/modules/ingest-attachment/build.gradle +++ b/modules/ingest-attachment/build.gradle @@ -19,24 +19,24 @@ esplugin { // when updating tika, please review it's parent pom : https://repo1.maven.org/maven2/org/apache/tika/tika-parent // and manually update the transitive dependencies here def versions = [ - 'tika' : '2.9.2', - 'pdfbox': '2.0.31', - 'poi' : '5.2.5', + 'tika' : '2.9.3', + 'pdfbox': '2.0.33', + 'poi' : '5.4.0', 'sparsebitset' : '1.3', //poi dependency: https://repo1.maven.org/maven2/org/apache/poi/poi/ - 'mime4j': '0.8.11', - 'commonsCodec': '1.16.1', - 'slf4' : '2.0.10', - 'xz' : '1.9', - 'commonsIo' : '2.15.1', + 'mime4j': '0.8.12', + 'commonsCodec': '1.18.0', + 'slf4' : '2.0.16', + 'xz' : '1.10', + 'commonsIo' : '2.18.0', //intentionally using the elder "juniversalchardet:juniversalchardet" rather than the newer "com.github.albfernandez:juniversalchardet" //since the "com.github.albfernandez" fork has some problems with Chinese. 'juniversalchardet' : '1.0.3', 'tagsoup' : '1.2.1', 'jempbox' : '1.8.17', - 'xmlbeans' : '5.2.0', //poi-ooxml dependency: https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/ + 'xmlbeans' : '5.3.0', //poi-ooxml dependency: https://repo1.maven.org/maven2/org/apache/poi/poi-ooxml/ 'commonsCollections4' : '4.4', - 'commonsCompress' : '1.26.1', - 'commonsLang3' :'3.14.0', + 'commonsCompress' : '1.27.1', + 'commonsLang3' :'3.17.0', 'commonsMath3' : '3.6.1' ]