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 2020/12/21 08:01:10 UTC

[tika] branch main updated: TIKA-3244: update stax-ex

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

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


The following commit(s) were added to refs/heads/main by this push:
     new ca6a3bc  TIKA-3244: update stax-ex
ca6a3bc is described below

commit ca6a3bccec55d7ae5eddae03a519378aa030fc07
Author: THausherr <ti...@snafu.de>
AuthorDate: Mon Dec 21 09:00:44 2020 +0100

    TIKA-3244: update stax-ex
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 013085f..2bb63c7 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -411,7 +411,7 @@
       <dependency>
         <groupId>org.jvnet.staxex</groupId>
         <artifactId>stax-ex</artifactId>
-        <version>1.8.2</version>
+        <version>1.8.3</version>
       </dependency>
     </dependencies>
   </dependencyManagement>