You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/11/26 09:46:49 UTC

[camel] 01/04: Upgrade Lucene to version 8.11.0

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit f4cb49a675e1bd3fb8071a2e205ddcfc39790bd9
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 26 10:21:45 2021 +0100

    Upgrade Lucene to version 8.11.0
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ff36215..cd79445 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -364,7 +364,7 @@
         <lettuce-version>5.1.0.RELEASE</lettuce-version>
         <log4j2-version>2.13.3</log4j2-version>
         <logback-version>1.2.3</logback-version>
-        <lucene-version>8.10.1</lucene-version>
+        <lucene-version>8.11.0</lucene-version>
         <lucene-version-range>[8,9)</lucene-version-range>
         <lightcouch-version>0.2.0</lightcouch-version>
         <!-- needed from tooling/archetypes -->