Skip to content

Commit a1ae528

Browse files
committed
Added support for Elasticsearch 8.14.0
1 parent 92d598e commit a1ae528

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/commit.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
# Build and test zentity for each version of Elasticsearch that its APIs support.
2525
matrix:
2626
elasticsearch:
27+
- 8.14.0
2728
- 8.13.3
2829
- 8.13.2
2930
- 8.13.1

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
# Build and test zentity for each version of Elasticsearch that its APIs support.
6868
matrix:
6969
elasticsearch:
70+
- 8.14.0
7071
- 8.13.3
7172
- 8.13.2
7273
- 8.13.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Once you have installed Elasticsearch, you can install zentity from a remote URL
3131

3232
Example:
3333

34-
`elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.3-elasticsearch-8.13.4.zip`
34+
`elasticsearch-plugin install https://zentity.io/releases/zentity-1.8.3-elasticsearch-8.14.0.zip`
3535

3636
Read the [installation](https://zentity.io/docs/installation) docs for more details.
3737

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<zentity.version>1.8.3</zentity.version>
2222

2323
<!-- Dependency versions -->
24-
<elasticsearch.version>8.13.4</elasticsearch.version>
24+
<elasticsearch.version>8.14.0</elasticsearch.version>
2525
<jackson.core.version>2.17.0</jackson.core.version>
2626
<jackson.databind.version>2.17.0</jackson.databind.version>
2727
<jdk.version>1.17</jdk.version>

0 commit comments

Comments
 (0)