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/03/29 08:32:06 UTC

(tika) branch branch_2x updated: TIKA-4162: update aws, commons-io

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

tilman pushed a commit to branch branch_2x
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/branch_2x by this push:
     new a9e4a33a3 TIKA-4162: update aws, commons-io
a9e4a33a3 is described below

commit a9e4a33a3cde608516628c74c265131def702c7d
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Fri Mar 29 09:31:54 2024 +0100

    TIKA-4162: update aws, commons-io
---
 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 2c0bea86c..33551eb4e 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.36.1</google.cloud.version>
-    <aws.version>1.12.689</aws.version>
+    <aws.version>1.12.690</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.
@@ -324,7 +324,7 @@
     <commons.compress.version>1.26.1</commons.compress.version>
     <commons.csv.version>1.10.0</commons.csv.version>
     <commons.exec.version>1.4.0</commons.exec.version>
-    <commons.io.version>2.15.1</commons.io.version>
+    <commons.io.version>2.16.0</commons.io.version>
     <commons.lang3.version>3.14.0</commons.lang3.version>
     <commons.logging.version>1.3.1</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>