You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2021/07/26 15:38:40 UTC

[tika] branch branch_1x updated: TIKA-3492 -- upgrade rometools

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

tallison 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 8dc6c5c  TIKA-3492 -- upgrade rometools
8dc6c5c is described below

commit 8dc6c5c0e4200838a97000788da4852dea73a614
Author: tallison <ta...@apache.org>
AuthorDate: Mon Jul 26 11:38:25 2021 -0400

    TIKA-3492 -- upgrade rometools
---
 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 b343485..b440bda 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -337,7 +337,7 @@
     <dependency>
       <groupId>com.rometools</groupId>
       <artifactId>rome</artifactId>
-      <version>1.15.0</version>
+      <version>1.16.0</version>
       <exclusions>
         <exclusion>
           <groupId>org.jdom</groupId>