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 8fab82c2f3e81..4775d8a19990e 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -1226,6 +1226,11 @@
+
+
+
+
+
@@ -1271,6 +1276,11 @@
+
+
+
+
+
@@ -2037,6 +2047,11 @@
+
+
+
+
+
@@ -2062,21 +2077,16 @@
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
@@ -2670,14 +2680,14 @@
-
-
-
+
+
+
-
-
-
+
+
+
@@ -3140,9 +3150,9 @@
-
-
-
+
+
+
@@ -3150,29 +3160,29 @@
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
@@ -3200,64 +3210,64 @@
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
-
-
-
+
+
+
@@ -4543,9 +4553,9 @@
-
-
-
+
+
+
@@ -4578,9 +4588,9 @@
-
-
-
+
+
+
@@ -4598,9 +4608,9 @@
-
-
-
+
+
+
@@ -4668,6 +4678,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'
]