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 de6d6c7 [Dependabot] Bump solr.version from 6.3.0 to 8.2.0 in
/datamap/lucene
de6d6c7 is described below
commit de6d6c75bddb8b09be50e5a24bd27dde9e0caf19
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Oct 23 06:29:14 2019 +0000
[Dependabot] Bump solr.version from 6.3.0 to 8.2.0 in /datamap/lucene
Bumps `solr.version` from 6.3.0 to 8.2.0.
Updates `solr-core` from 6.3.0 to 8.2.0
Updates `solr-solrj` from 6.3.0 to 8.2.0
Signed-off-by: dependabot[bot] <[email protected]>
This closes #3418
---
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 3e93a83..f3c48ef 100644
--- a/datamap/lucene/pom.xml
+++ b/datamap/lucene/pom.xml
@@ -16,7 +16,7 @@
<properties>
<dev.path>${basedir}/../../dev</dev.path>
<lucene.version>6.3.0</lucene.version>
- <solr.version>6.3.0</solr.version>
+ <solr.version>8.2.0</solr.version>
</properties>
<dependencies>