Skip to content

Commit

Permalink
Upgrade to OpenSearch 2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Aug 23, 2024
1 parent c40c900 commit 849104f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/wazuh-indexer-setup/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ validateNebulaPom.enabled = false

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "2.14.0")
opensearch_version = System.getProperty("opensearch.version", "2.15.0")
wazuh_version = System.getProperty("version", "5.0.0")
revision = System.getProperty("revision", "0")
}
Expand Down

0 comments on commit 849104f

Please sign in to comment.