You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by ja...@apache.org on 2019/11/14 04:05:03 UTC

[carbondata] branch master updated: [Dependabot] Bump lucene.version from 6.3.0 to 8.3.0 in /datamap/lucene

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

jackylk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/carbondata.git


The following commit(s) were added to refs/heads/master by this push:
     new 46f2d29  [Dependabot] Bump lucene.version from 6.3.0 to 8.3.0 in /datamap/lucene
46f2d29 is described below

commit 46f2d295d93b11db9a49cea5a84ed6d8bc0db21c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 14 03:59:48 2019 +0000

    [Dependabot] Bump lucene.version from 6.3.0 to 8.3.0 in /datamap/lucene
    
    Bumps `lucene.version` from 6.3.0 to 8.3.0.
    
    Updates `lucene-core` from 6.3.0 to 8.3.0
    
    Updates `lucene-analyzers-common` from 6.3.0 to 8.3.0
    
    Updates `lucene-queryparser` from 6.3.0 to 8.3.0
    
    Updates `lucene-sandbox` from 6.3.0 to 8.3.0
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    This closes #3454
---
 datamap/lucene/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datamap/lucene/pom.xml b/datamap/lucene/pom.xml
index f3c48ef..5c02212 100644
--- a/datamap/lucene/pom.xml
+++ b/datamap/lucene/pom.xml
@@ -15,7 +15,7 @@
 
   <properties>
     <dev.path>${basedir}/../../dev</dev.path>
-    <lucene.version>6.3.0</lucene.version>
+    <lucene.version>8.3.0</lucene.version>
     <solr.version>8.2.0</solr.version>
   </properties>