You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/02/02 09:27:31 UTC

[karaf-decanter] branch main updated: [KARAF-7346] Upgrade to lucene 8.11.1

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

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 884ade7  [KARAF-7346] Upgrade to lucene 8.11.1
     new 59bbb20  Merge pull request #279 from jbonofre/KARAF-7346
884ade7 is described below

commit 884ade7b559e236b5a80bf4d3e9213bd76377b24
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jan 31 10:26:06 2022 +0100

    [KARAF-7346] Upgrade to lucene 8.11.1
---
 alerting/service/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/alerting/service/pom.xml b/alerting/service/pom.xml
index 8672096..27a0b48 100644
--- a/alerting/service/pom.xml
+++ b/alerting/service/pom.xml
@@ -34,7 +34,7 @@
     <name>Apache Karaf :: Decanter :: Alerting :: Service</name>
 
     <properties>
-        <lucene.version>8.9.0</lucene.version>
+        <lucene.version>8.11.1</lucene.version>
     </properties>
 
     <dependencies>