From baf442049c75ab500f0080c84e2689b108392db3 Mon Sep 17 00:00:00 2001 From: Yvan Janssens Date: Tue, 21 Jun 2022 18:32:58 +0200 Subject: [PATCH] Upgrade ES to 7.10+ This PR is to accompany https://github.com/yacy/yacy_grid_mcp/pull/46 --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b98202a..a9bdb52 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'org.eclipse.jetty:jetty-server:9.4.+' implementation 'org.eclipse.jetty:jetty-servlet:9.4.+' implementation 'org.eclipse.jgit:org.eclipse.jgit:5.+' - implementation 'org.elasticsearch.client:transport:6.8.+' + implementation 'org.elasticsearch.client:transport:7.10.+' implementation 'org.mapdb:mapdb:3.+' implementation 'org.slf4j:log4j-over-slf4j:1.7.+' implementation 'org.slf4j:slf4j-jdk14:1.7.+' @@ -68,4 +68,4 @@ dependencies { implementation 'net.sourceforge.htmlunit:htmlunit:2.56.0' implementation 'org.jwat:jwat-warc:1.+' -} \ No newline at end of file +}