You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2020/11/14 14:31:52 UTC

[jena] branch master updated: Update ElasticSearch

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c9c45a1  Update ElasticSearch
c9c45a1 is described below

commit c9c45a135a5b0faafe1a08cffac840c980f7323a
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Sat Nov 14 14:31:43 2020 +0000

    Update ElasticSearch
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0261ebd..7e4ff01 100644
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
     
     <ver.lucene>7.7.3</ver.lucene>
     <!-- Align to Lucene version -->
-    <ver.elasticsearch>6.8.6</ver.elasticsearch>
+    <ver.elasticsearch>6.8.9</ver.elasticsearch>
 
     <ver.spatial4j>0.7</ver.spatial4j>