We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 048426c commit cb9e600Copy full SHA for cb9e600
notifications/notifications/build.gradle
@@ -266,7 +266,7 @@ testClusters.integTest {
266
}
267
268
// Always be minimumCompatibilityVersion of current opensearch version(3.0.0)
269
-def bwcVersionShort = "2.12.0"
+def bwcVersionShort = "2.14.0"
270
def bwcVersion = bwcVersionShort + ".0"
271
def bwcOpenSearchVesion= bwcVersionShort + "-SNAPSHOT"
272
def bwcPluginVersion = bwcVersion + "-SNAPSHOT"
0 commit comments