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/07/03 07:26:21 UTC

[tika] branch main updated (faf284d20 -> 04f990c24)

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 faf284d20 TIKA-3804 -- improve configurability of PDFBox based renderers.
     new bf25b49f7 TIKA-3795: update log4j
     new 04f990c24 TIKA-3795: 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-3795: update log4j

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 bf25b49f74621af54b116ae406925e86532c17f8
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sun Jul 3 09:24:06 2022 +0200

    TIKA-3795: update log4j
---
 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 90b435fc0..f43e1c61d 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -344,7 +344,7 @@
     <juniversalchardet.version>1.0.3</juniversalchardet.version>
     <junrar.version>7.5.2</junrar.version>
     <libpst.version>0.9.3</libpst.version>
-    <log4j2.version>2.17.2</log4j2.version>
+    <log4j2.version>2.18.0</log4j2.version>
     <lombok.version>1.18.20</lombok.version>
     <!-- lucene >= 9.x requires Java 11 -->
     <lucene.version>8.11.2</lucene.version>


[tika] 02/02: TIKA-3795: 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 04f990c2457dda6f6930ab6d427f0b8731ef9b0b
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Sun Jul 3 09:26:10 2022 +0200

    TIKA-3795: 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 f43e1c61d..22382272f 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.248</aws.version>
+    <aws.version>1.12.253</aws.version>
     <google.cloud.version>2.8.1</google.cloud.version>
     <asm.version>9.3</asm.version>
     <boilerpipe.version>1.1.0</boilerpipe.version>