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/05 06:50:11 UTC

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

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 5b280464b751fd175e3cb4079f8838daf2480ca5
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Nov 5 07:24:48 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 65814ca..cb2fb18 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -365,7 +365,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.9.0</lucene-version>
+        <lucene-version>8.10.1</lucene-version>
         <lucene-version-range>[8,9)</lucene-version-range>
         <lightcouch-version>0.2.0</lightcouch-version>
         <!-- needed from tooling/archetypes -->