We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2320e5e commit 1b5ce97Copy full SHA for 1b5ce97
README.md
@@ -22,7 +22,7 @@ Support for Hadoop is available through any Maven-compatible tool:
22
<dependency>
23
<groupId>org.elasticsearch</groupId>
24
<artifactId>elasticsearch-hadoop</artifactId>
25
- <version>9.1.6</version>
+ <version>9.1.7</version>
26
</dependency>
27
```
28
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
buildSrc/esh-version.properties
@@ -1,4 +1,4 @@
1
-eshadoop = 9.1.7
2
-elasticsearch = 9.1.7
+eshadoop = 9.1.8
+elasticsearch = 9.1.8
3
lucene = 9.0.0
4
-build-tools = 9.1.7
+build-tools = 9.1.8
0 commit comments