Skip to content

Commit

Permalink
Update build.gradle (#40)
Browse files Browse the repository at this point in the history
Bump OpenSearch version to 2.16.0

Signed-off-by: Álex Ruiz <alejandro.ruiz.becerra@wazuh.com>
  • Loading branch information
AlexRuiz7 authored Sep 9, 2024
1 parent 067fdbe commit 9d86e0f
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 @@ -59,7 +59,7 @@ validateNebulaPom.enabled = false

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

0 comments on commit 9d86e0f

Please sign in to comment.