This is an automated email from the ASF dual-hosted git repository.
mthomsen 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 60a6578a70 NIFI-10393 Update the lucene version
60a6578a70 is described below
commit 60a6578a70e892a4998b6e61fedc8e46654193b4
Author: mr1716 <[email protected]>
AuthorDate: Wed Aug 24 09:44:20 2022 -0400
NIFI-10393 Update the lucene version
This closes #6333
Signed-off-by: Mike Thomsen <[email protected]>
---
nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
index d9c7825ba5..a1f916257f 100644
--- a/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
+++ b/nifi-nar-bundles/nifi-provenance-repository-bundle/pom.xml
@@ -27,7 +27,7 @@
<module>nifi-provenance-repository-nar</module>
</modules>
<properties>
- <lucene.version>8.8.2</lucene.version>
+ <lucene.version>8.11.1</lucene.version>
</properties>
<dependencyManagement>
<dependencies>