Skip to content

Commit baf4420

Browse files
committed
Upgrade ES to 7.10+
This PR is to accompany yacy/yacy_grid_mcp#46
1 parent d0256fa commit baf4420

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dependencies {
5757
implementation 'org.eclipse.jetty:jetty-server:9.4.+'
5858
implementation 'org.eclipse.jetty:jetty-servlet:9.4.+'
5959
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.+'
60-
implementation 'org.elasticsearch.client:transport:6.8.+'
60+
implementation 'org.elasticsearch.client:transport:7.10.+'
6161
implementation 'org.mapdb:mapdb:3.+'
6262
implementation 'org.slf4j:log4j-over-slf4j:1.7.+'
6363
implementation 'org.slf4j:slf4j-jdk14:1.7.+'
@@ -68,4 +68,4 @@ dependencies {
6868

6969
implementation 'net.sourceforge.htmlunit:htmlunit:2.56.0'
7070
implementation 'org.jwat:jwat-warc:1.+'
71-
}
71+
}

0 commit comments

Comments
 (0)