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
The following commit(s) were added to refs/heads/main by this push:
new 9f0a514d1 TIKA-4327: update lucene
9f0a514d1 is described below
commit 9f0a514d1409cf611982dd0fc4946f28b6bc3b68
Author: Tilman Hausherr <[email protected]>
AuthorDate: Fri Aug 1 20:58:07 2025 +0200
TIKA-4327: 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 2dab32826..fac4d4365 100644
--- a/tika-parent/pom.xml
+++ b/tika-parent/pom.xml
@@ -407,7 +407,7 @@
<libpst.version>0.9.3</libpst.version>
<log4j2.version>2.25.1</log4j2.version>
<!-- can't update to 10, needs jdk21 -->
- <lucene.version>9.12.1</lucene.version>
+ <lucene.version>9.12.2</lucene.version>
<maven.plugin.annotations.version>3.15.1</maven.plugin.annotations.version>
<mchange.version>0.3.2</mchange.version>
<metadata.extractor.version>2.19.0</metadata.extractor.version>