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/25 04:17:00 UTC

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

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 ea59643d5 TIKA-4162: update aws, pdfbox, commons logging
ea59643d5 is described below

commit ea59643d5916ddfaf893180f7a375ab56adfc9cb
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Mon Mar 25 05:16:49 2024 +0100

    TIKA-4162: update aws, pdfbox, commons logging
---
 tika-parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 8bdd98c7f..492232f46 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.685</aws.version>
+    <aws.version>1.12.686</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.
@@ -326,7 +326,7 @@
     <commons.exec.version>1.4.0</commons.exec.version>
     <commons.io.version>2.15.1</commons.io.version>
     <commons.lang3.version>3.14.0</commons.lang3.version>
-    <commons.logging.version>1.3.0</commons.logging.version>
+    <commons.logging.version>1.3.1</commons.logging.version>
     <commons.math3.version>3.6.1</commons.math3.version>
     <commons.net.version>3.10.0</commons.net.version>
     <commons.fileupload.version>1.5</commons.fileupload.version>
@@ -384,7 +384,7 @@
     <osgi.compendium.version>5.0.0</osgi.compendium.version>
     <parso.version>2.0.14</parso.version>
     <pax.exam.version>4.13.5</pax.exam.version>
-    <pdfbox.version>2.0.30</pdfbox.version>
+    <pdfbox.version>2.0.31</pdfbox.version>
     <!-- NOTE: sync tukaani version with commons-compress in tika-parsers -->
     <poi.version>5.2.5</poi.version>
     <quartz.version>2.3.2</quartz.version>