Skip to content

Commit

Permalink
Bumping OpenSearch in tests to v2.16.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Aug 15, 2024
1 parent 4111ff1 commit 13e8d8b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public enum SearchServer {
OS1(OPENSEARCH, "1.3.12"),
OS2(OPENSEARCH, "2.0.1"),
OS2_4(OPENSEARCH, "2.4.1"),
OS2_LATEST(OPENSEARCH, "2.15.0"),
OS2_LATEST(OPENSEARCH, "2.16.0"),
DATANODE_PRE_52(DATANODE, "5.1.0"),
DATANODE_DEV(DATANODE, "5.2.0");

Expand Down

0 comments on commit 13e8d8b

Please sign in to comment.