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 2d5462c commit 5613fa1Copy full SHA for 5613fa1
.github/workflows/plugin_install.yml
@@ -3,7 +3,7 @@ name: Plugin Install
3
on: [push, pull_request, workflow_dispatch]
4
5
env:
6
- OPENSEARCH_VERSION: 3.3.1
+ OPENSEARCH_VERSION: 3.3.2
7
PLUGIN_NAME: opensearch-security
8
9
jobs:
build.gradle
@@ -16,7 +16,7 @@ import groovy.json.JsonBuilder
16
17
buildscript {
18
ext {
19
- opensearch_version = System.getProperty("opensearch.version", "3.3.1-SNAPSHOT")
+ opensearch_version = System.getProperty("opensearch.version", "3.3.2-SNAPSHOT")
20
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
21
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
22
0 commit comments