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 2022/05/29 11:08:09 UTC

[tika] branch main updated (16ba11686 -> 29e1a271f)

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

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


    from 16ba11686 TIKA-3751: remove unused
     new 605a14902 TIKA-3751: update mockito
     new 29e1a271f TIKA-3751: 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] 02/02: TIKA-3751: 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 main
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 29e1a271fe3946c9059221a56d84cced3e2ebe04
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sun May 29 13:07:58 2022 +0200

    TIKA-3751: 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 43b9b1d99..a3188733a 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -287,7 +287,7 @@
     <rat.version>0.13</rat.version>
 
     <!-- dependency versions -->
-    <aws.version>1.12.229</aws.version>
+    <aws.version>1.12.230</aws.version>
     <asm.version>9.3</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>
     <!-- used by POI, PDFBox and Jackcess ...try to sync -->


[tika] 01/02: TIKA-3751: update mockito

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

commit 605a1490296a8238c287175335eeb66e2d1b2c87
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sun May 29 12:57:42 2022 +0200

    TIKA-3751: update mockito
---
 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 5cb17c727..43b9b1d99 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -352,7 +352,7 @@
     <microsoft.translator.version>0.6.2</microsoft.translator.version>
     <!-- 0.8.6 is built with java 11 and does not work with Java 8 -->
     <mime4j.version>0.8.4</mime4j.version>
-    <mockito.version>4.5.1</mockito.version>
+    <mockito.version>4.6.0</mockito.version>
     <netcdf-java.version>4.5.5</netcdf-java.version>
     <openjson.version>1.0.12</openjson.version>
     <opennlp.version>1.9.4</opennlp.version>