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/07 10:09:06 UTC

(tika) branch branch_2x updated (9dad712c3 -> 752df9503)

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

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


    from 9dad712c3 TIKA-4162: update aws, google cloud, test containers
     new bdeb886c1 TIKA-4162: update enforced maven version
     new 752df9503 TIKA-4162: update aws

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 tika-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


(tika) 01/02: TIKA-4162: update enforced maven version

Posted by ti...@apache.org.
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

commit bdeb886c10a9ff5401d434f559fc709d48be0a0f
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Mar 7 11:08:34 2024 +0100

    TIKA-4162: update enforced maven version
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 427326608..1bdf012cd 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -1198,7 +1198,7 @@
               <rules>
                 <dependencyConvergence />
                 <requireMavenVersion>
-                  <version>3.5</version>
+                  <version>3.6.3</version>
                 </requireMavenVersion>
               </rules>
             </configuration>


(tika) 02/02: TIKA-4162: update aws

Posted by ti...@apache.org.
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

commit 752df950327172b621f27e64017dd604ce2e2cc4
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Thu Mar 7 11:08:58 2024 +0100

    TIKA-4162: update aws
---
 tika-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index 1bdf012cd..093b0e452 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -307,7 +307,7 @@
 
     <!-- dependency versions -->
     <google.cloud.version>2.35.0</google.cloud.version>
-    <aws.version>1.12.673</aws.version>
+    <aws.version>1.12.674</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.