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/08/10 04:35:49 UTC

[tika] branch branch_1x updated (1f2b69501 -> c12681a74)

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

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


    from 1f2b69501 TIKA-3793: update junrar
     new ac05f4bb7 TIKA-3793: add comment
     new c12681a74 TIKA-3793: update micrometer

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 | 1 +
 tika-server/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)


[tika] 01/02: TIKA-3793: add comment

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ac05f4bb78f05462eb40ef9b70a1d84b98a4adb2
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Wed Aug 10 06:35:02 2022 +0200

    TIKA-3793: add comment
---
 tika-parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tika-parent/pom.xml b/tika-parent/pom.xml
index be27158a7..99d439079 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -282,6 +282,7 @@
 
     <cxf.version>3.5.3</cxf.version>
     <slf4j.version>1.7.36</slf4j.version>
+    <!-- can't update to 2.18.0, see TIKA-3813 -->
     <log4j2.version>2.17.2</log4j2.version>
     <jackson.version>2.13.3</jackson.version>
     <!-- when this is next upgraded, see if we can get rid of


[tika] 02/02: TIKA-3793: update micrometer

Posted by ti...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c12681a74313521c104026cb120aabb1e0ce8649
Author: Tilman Hausherr <ti...@snafu.de>
AuthorDate: Wed Aug 10 06:35:23 2022 +0200

    TIKA-3793: update micrometer
---
 tika-server/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tika-server/pom.xml b/tika-server/pom.xml
index 8128e865d..53b0f3389 100644
--- a/tika-server/pom.xml
+++ b/tika-server/pom.xml
@@ -29,7 +29,7 @@
   <url>http://tika.apache.org/</url>
 
   <properties>
-    <cxf.micrometer.version>1.9.2</cxf.micrometer.version>
+    <cxf.micrometer.version>1.9.3</cxf.micrometer.version>
     <micrometer-extras.version>0.2.2</micrometer-extras.version>
   </properties>