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 bb1e4bc5a TIKA-4239: update aws, google cloud, commons compress, 
commons logging
bb1e4bc5a is described below

commit bb1e4bc5affb997b005de1d46331a350e74f49db
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Aug 21 10:44:54 2024 +0200

    TIKA-4239: update aws, google cloud, commons compress, commons logging
---
 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 67700e299..babe76859 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -306,8 +306,8 @@
     <rat.version>0.16.1</rat.version>
 
     <!-- dependency versions -->
-    <google.cloud.version>2.41.0</google.cloud.version>
-    <aws.version>1.12.769</aws.version>
+    <google.cloud.version>2.42.0</google.cloud.version>
+    <aws.version>1.12.770</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.
@@ -322,12 +322,12 @@
     <commons.codec.version>1.17.1</commons.codec.version>
     <!-- 4.5.0-M2 successfully tested -->
     <commons.collections4.version>4.4</commons.collections4.version>
-    <commons.compress.version>1.27.0</commons.compress.version>
+    <commons.compress.version>1.27.1</commons.compress.version>
     <commons.csv.version>1.11.0</commons.csv.version>
     <commons.exec.version>1.4.0</commons.exec.version>
     <commons.io.version>2.16.1</commons.io.version>
     <commons.lang3.version>3.16.0</commons.lang3.version>
-    <commons.logging.version>1.3.3</commons.logging.version>
+    <commons.logging.version>1.3.4</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>
     <commons.net.version>3.11.1</commons.net.version>
     <commons.fileupload.version>1.5</commons.fileupload.version>

Reply via email to