You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ti...@apache.org on 2022/07/07 03:39:03 UTC

[tika] branch branch_1x updated: TIKA-3793: update woodstox-core

This is an automated email from the ASF dual-hosted git repository.

tilman pushed a commit to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_1x by this push:
     new 9b41d6a91 TIKA-3793: update woodstox-core
9b41d6a91 is described below

commit 9b41d6a915cd4a24f3c0c95ecbf40a447a8b24ab
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Thu Jul 7 05:38:42 2022 +0200

    TIKA-3793: update woodstox-core
---
 tika-parsers/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 607b27277..d409c320e 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -93,7 +93,7 @@
     <dependency>
       <groupId>com.fasterxml.woodstox</groupId>
       <artifactId>woodstox-core</artifactId>
-      <version>6.2.8</version>
+      <version>6.3.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>