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/04 09:08:56 UTC

(tika) branch branch_2x updated: TIKA-4162: update logback

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 b0cddb15f TIKA-4162: update logback
b0cddb15f is described below

commit b0cddb15f5e6fb0f16ec3f4f212c77c92d312552
Author: Tilman Hausherr <ti...@apache.org>
AuthorDate: Mon Mar 4 10:08:48 2024 +0100

    TIKA-4162: update logback
---
 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 659b593ef..b56be6ffe 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -411,7 +411,7 @@
     <kafka.version>3.7.0</kafka.version>
     <netty.version>4.1.107.Final</netty.version>
     <snappy.java.version>1.1.10.5</snappy.java.version>
-    <logback.version>1.5.1</logback.version>
+    <logback.version>1.5.2</logback.version>
   </properties>
 
   <dependencyManagement>