You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by le...@apache.org on 2021/12/30 04:28:27 UTC

[tika] branch main updated: TIKA-3635 Upgrade to rome 1.18.0

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

lewismc 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 cee3475  TIKA-3635 Upgrade to rome 1.18.0
     new 00d380b  Merge pull request #469 from lewismc/TIKA-3635
cee3475 is described below

commit cee347510f796b1b5888fd0dac2799adfcbbccb6
Author: Lewis John McGibbney <le...@gmail.com>
AuthorDate: Wed Dec 29 17:25:12 2021 -0800

    TIKA-3635 Upgrade to rome 1.18.0
---
 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 5a398ed..2b2693e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -355,7 +355,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.16.0</rome.version>
+    <rome.version>1.18.0</rome.version>
     <scm.version>1.12.0</scm.version>
     <sis.version>1.1</sis.version>
     <!-- we'll need to stay on 1.7 until we're java modularized ? -->