Skip to content

Commit

Permalink
Update ES to 7.10+
Browse files Browse the repository at this point in the history
This PR accompanies the main PR at yacy/yacy_grid_mcp#46
  • Loading branch information
friedkiwi committed Jun 21, 2022
1 parent 933f622 commit 44ef225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.+'
Expand Down

0 comments on commit 44ef225

Please sign in to comment.