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/08/05 15:24:23 UTC

[tika] branch main updated: TIKA-3502 -- general upgrades for 2.0.1

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 e8ea70a  TIKA-3502 -- general upgrades for 2.0.1
     new 4be228a  Merge remote-tracking branch 'origin/main' into main
e8ea70a is described below

commit e8ea70a482c9acc4aa0c40a2e17f6ee360e79060
Author: tallison <ta...@apache.org>
AuthorDate: Thu Aug 5 11:23:13 2021 -0400

    TIKA-3502 -- general upgrades for 2.0.1
---
 tika-parent/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index e28501c..978cb62 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -274,12 +274,12 @@
     <maven.scr.version>1.26.4</maven.scr.version>
     <maven.surefire.version>3.0.0-M5</maven.surefire.version>
     <maven.shade.version>3.2.4</maven.shade.version>
-    <puppycrawl.version>8.44</puppycrawl.version>
+    <puppycrawl.version>8.45</puppycrawl.version>
     <rat.version>0.13</rat.version>
 
     <!-- dependency versions -->
-    <aws.s3.version>1.12.34</aws.s3.version>
-    <aws.transcribe.version>1.12.34</aws.transcribe.version>
+    <aws.s3.version>1.12.39</aws.s3.version>
+    <aws.transcribe.version>1.12.39</aws.transcribe.version>
     <asm.version>9.2</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->
@@ -290,7 +290,7 @@
     <commons.codec.version>1.15</commons.codec.version>
     <commons.collections4.version>4.4</commons.collections4.version>
     <commons.compress.version>1.21</commons.compress.version>
-    <commons.csv.version>1.8</commons.csv.version>
+    <commons.csv.version>1.9.0</commons.csv.version>
     <commons.exec.version>1.3</commons.exec.version>
     <commons.io.version>2.11.0</commons.io.version>
     <commons.lang3.version>3.12.0</commons.lang3.version>