Upgrade Apache Tika to version 2.9.2 to address security vulnerabilities

Description

this PR upgrades Apache Tika from version 2.9.0 to 2.9.2 to address the following security vulnerabilities:

  • CVE-2024-26308
  • CVE-2024-25710
  • CVE-2023-42503
  • CVE-2024-21742

The current version of Apache Tika (2.9.0) includes dependencies on Apache Commons Compress 1.23.0 and apache-mime4j 0.8.9, which are affected by the aforementioned vulnerabilities.
Upgrading to Apache Tika 2.9.2 will automatically resolve these issues as the newer version includes updated dependencies that address the vulnerabilities.

Additional Information

Comment From: tzolov

Contribution much appreciated. Thanks for catching this @wb04307201