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/19 15:18:10 UTC

[tika] branch branch_1x updated: TIKA-3244: update guava and parso

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 596140e  TIKA-3244: update guava and parso
596140e is described below

commit 596140ea7e2e2d3df470bf4cf2960ad53d4abc94
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Sat Dec 19 16:15:13 2020 +0100

    TIKA-3244: update guava and parso
---
 tika-parent/pom.xml  | 2 +-
 tika-parsers/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index e0bfe66..c9cdc21 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -339,7 +339,7 @@
     <commons.io.version>2.8.0</commons.io.version>
     <commons.lang3.version>3.11</commons.lang3.version>
     <gson.version>2.8.6</gson.version>
-    <guava.version>30.0-jre</guava.version>
+    <guava.version>30.1-jre</guava.version>
     <osgi.core.version>6.0.0</osgi.core.version>
 
     <cxf.version>3.4.1</cxf.version>
diff --git a/tika-parsers/pom.xml b/tika-parsers/pom.xml
index 92724ac..214b4f0 100644
--- a/tika-parsers/pom.xml
+++ b/tika-parsers/pom.xml
@@ -51,7 +51,7 @@
     <jempbox.version>1.8.16</jempbox.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <sis.version>1.0</sis.version>
-    <parso.version>2.0.12</parso.version>
+    <parso.version>2.0.13</parso.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
     <bouncycastle.version>1.67</bouncycastle.version>
     <commonsexec.version>1.3</commonsexec.version>