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 3651b7955fab8..02122073daef3 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 @@
             
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
       
@@ -3114,9 +3124,9 @@
             
          
       
-      
-         
-            
+      
+         
+            
          
       
       
@@ -3124,29 +3134,29 @@
             
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
       
@@ -3174,64 +3184,64 @@
             
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
-      
-         
-            
+      
+         
+            
          
       
       
@@ -4447,9 +4457,9 @@
             
          
       
-      
-         
-            
+      
+         
+            
          
       
       
@@ -4482,9 +4492,9 @@
             
          
       
-      
-         
-            
+      
+         
+            
          
       
       
@@ -4502,9 +4512,9 @@
             
          
       
-      
-         
-            
+      
+         
+            
          
       
       
@@ -4572,6 +4582,11 @@
             
          
       
+      
+         
+            
+         
+      
       
          
             
diff --git a/modules/ingest-attachment/build.gradle b/modules/ingest-attachment/build.gradle
index 456c13725e7cd..21faebdc1608d 100644
--- a/modules/ingest-attachment/build.gradle
+++ b/modules/ingest-attachment/build.gradle
@@ -21,24 +21,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'
 ]