This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new 6922abde5a NIFI-13163 Upgraded Lucene from 8.11.3 to 9.10.0
6922abde5a is described below
commit 6922abde5ab989ca47be3004ce6b502bc6d83199
Author: Joseph Witt <[email protected]>
AuthorDate: Mon May 6 17:12:21 2024 -0700
NIFI-13163 Upgraded Lucene from 8.11.3 to 9.10.0
This closes #8759
Signed-off-by: David Handermann <[email protected]>
---
nifi-extension-bundles/nifi-provenance-repository-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-extension-bundles/nifi-provenance-repository-bundle/pom.xml
b/nifi-extension-bundles/nifi-provenance-repository-bundle/pom.xml
index 825d0e7234..970ed36dc0 100644
--- a/nifi-extension-bundles/nifi-provenance-repository-bundle/pom.xml
+++ b/nifi-extension-bundles/nifi-provenance-repository-bundle/pom.xml
@@ -27,7 +27,7 @@
<module>nifi-provenance-repository-nar</module>
</modules>
<properties>
- <lucene.version>8.11.3</lucene.version>
+ <lucene.version>9.10.0</lucene.version>
</properties>
<dependencyManagement>
<dependencies>