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 2024/01/06 12:44:53 UTC

(tika) branch main updated: TIKA-4166: update aws, commons-exec

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

tilman 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 31489771b TIKA-4166: update aws, commons-exec
31489771b is described below

commit 31489771b3f27714e93bee5a1f7875128a8190b5
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sat Jan 6 13:44:45 2024 +0100

    TIKA-4166: update aws, commons-exec
---
 tika-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index c2c6bccd7..8ba89a3ab 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <asm.version>9.6</asm.version>
-    <aws.version>1.12.631</aws.version>
+    <aws.version>1.12.632</aws.version>
     <!-- WARNING: when you upgrade asm make sure that you update the
         OpCode in the initializer in org.apache.tika.parser.asm.XHTMLClassVisitor
         See TIKA-2992.
@@ -327,7 +327,7 @@
     <commons.collections4.version>4.4</commons.collections4.version>
     <commons.compress.version>1.25.0</commons.compress.version>
     <commons.csv.version>1.10.0</commons.csv.version>
-    <commons.exec.version>1.3</commons.exec.version>
+    <commons.exec.version>1.4.0</commons.exec.version>
     <commons.fileupload.version>1.5</commons.fileupload.version>
     <commons.io.version>2.15.1</commons.io.version>
     <commons.lang3.version>3.14.0</commons.lang3.version>