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 534220c9b TIKA-4239: update lucene
534220c9b is described below

commit 534220c9b0d334746220d9c8368841ff9c622c7c
Author: Tilman Hausherr <[email protected]>
AuthorDate: Thu Oct 3 14:34:40 2024 +0200

    TIKA-4239: update lucene
---
 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 a3cc1743a..2cc98f4c4 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -371,7 +371,7 @@
     <log4j2.version>2.24.1</log4j2.version>
     <lombok.version>1.18.20</lombok.version>
     <!-- lucene >= 9.x requires Java 11 -->
-    <lucene.version>8.11.3</lucene.version>
+    <lucene.version>8.11.4</lucene.version>
     <metadata.extractor.version>2.19.0</metadata.extractor.version>
     <microsoft.translator.version>0.6.2</microsoft.translator.version>
     <mime4j.version>0.8.11</mime4j.version>

Reply via email to