This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new c36ebe8472 Upgrading Tika
c36ebe8472 is described below
commit c36ebe8472bbeea1649ce393907054875c1cdf61
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Feb 7 08:08:51 2025 +0100
Upgrading Tika
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8a5004f537..053082c032 100644
--- a/pom.xml
+++ b/pom.xml
@@ -983,7 +983,7 @@ under the License.
<dependency>
<groupId>org.apache.tika</groupId>
<artifactId>tika-core</artifactId>
- <version>2.9.2</version>
+ <version>2.9.3</version>
</dependency>
<dependency>