Skip to content

Commit

Permalink
Upgrade to ES 7.3.0, fixes #742
Browse files Browse the repository at this point in the history
  • Loading branch information
jnioche committed Aug 8, 2019
1 parent 0e77991 commit 490163a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-high-level-client</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
<artifactId>elasticsearch-rest-client-sniffer</artifactId>
<version>7.2.0</version>
<version>7.3.0</version>
</dependency>
</dependencies>
</project>

0 comments on commit 490163a

Please sign in to comment.