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:17 UTC

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

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 db784f9  TIKA-3244: update stax-ex
db784f9 is described below

commit db784f97e2b9379c93f8809c88ad999040e4a9cf
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Mon Dec 21 09:00:57 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 52a2002..2240e15 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -311,7 +311,7 @@
       <dependency>
         <groupId>org.jvnet.staxex</groupId>
         <artifactId>stax-ex</artifactId>
-        <version>1.8.2</version>
+        <version>1.8.3</version>
       </dependency>
     </dependencies>
   </dependencyManagement>