diff --git a/docs/changelog/127353.yaml b/docs/changelog/127353.yaml
new file mode 100644
index 000000000000..1fde8f97115f
--- /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 d546e80d1a8a..15e2b6df77f6 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -1261,6 +1261,11 @@
+
+
+
+
+
@@ -1306,6 +1311,11 @@
+
+
+
+
+
@@ -2058,6 +2068,11 @@
+
+
+
+
+
@@ -2083,21 +2098,16 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -2711,14 +2721,14 @@
-
-
-
+
+
+
-
-
-
+
+
+
@@ -3181,9 +3191,9 @@
-
-
-
+
+
+
@@ -3191,29 +3201,29 @@
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
@@ -3241,64 +3251,64 @@
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
@@ -4554,9 +4564,9 @@
-
-
-
+
+
+
@@ -4589,9 +4599,9 @@
-
-
-
+
+
+
@@ -4609,9 +4619,9 @@
-
-
-
+
+
+
@@ -4679,6 +4689,11 @@
+
+
+
+
+
diff --git a/modules/ingest-attachment/build.gradle b/modules/ingest-attachment/build.gradle
index a172112948fd..993c02993c57 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'
]