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:36:11 UTC

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

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

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

commit d62decc7dd36cbe85fccc6b9bac63d13d7b4324d
Author: tallison <ta...@apache.org>
AuthorDate: Mon Jul 26 11:36:00 2021 -0400

    TIKA-3492 - upgrade rometools
---
 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 778c4e4..69951e1 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -346,7 +346,7 @@
     <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
     <poi.version>4.1.2</poi.version>
     <quartz.version>2.3.2</quartz.version>
-    <rome.version>1.15.0</rome.version>
+    <rome.version>1.16.0</rome.version>
     <sis.version>1.0</sis.version>
     <!-- we'll need to stay on 1.7 until we're java modularized ? -->
     <slf4j.version>1.7.31</slf4j.version>