This is an automated email from the ASF dual-hosted git repository.
pvillard pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new e63c141c34 NIFI-14973 Upgraded Apache Tika from 3.2.2 to 3.2.3
e63c141c34 is described below
commit e63c141c34e86d714affbcf434b051843db96f0c
Author: exceptionfactory <[email protected]>
AuthorDate: Mon Sep 15 12:46:55 2025 -0500
NIFI-14973 Upgraded Apache Tika from 3.2.2 to 3.2.3
Signed-off-by: Pierre Villard <[email protected]>
This closes #10306.
---
nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml | 2 +-
nifi-extension-bundles/nifi-standard-bundle/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
b/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
index 6587121360..9da3327b10 100644
--- a/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
+++ b/nifi-extension-bundles/nifi-media-bundle/nifi-media-processors/pom.xml
@@ -26,7 +26,7 @@
<packaging>jar</packaging>
<properties>
- <tika.version>3.2.2</tika.version>
+ <tika.version>3.2.3</tika.version>
</properties>
<dependencies>
<dependency>
diff --git a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
index 3978429115..0f9db8a959 100644
--- a/nifi-extension-bundles/nifi-standard-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-standard-bundle/pom.xml
@@ -34,7 +34,7 @@
<module>nifi-standard-content-viewer-nar</module>
</modules>
<properties>
- <tika.version>3.2.2</tika.version>
+ <tika.version>3.2.3</tika.version>
</properties>
<dependencyManagement>
<dependencies>