Skip to content

Commit 885659f

Browse files
mulugetamreta
andauthored
Bump ZTD lib version to 1.5.6-1. (#232)
* Bump ZTD lib version to 1.5.6-1. Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com> * Update build.gradle Signed-off-by: Andriy Redko <drreta@gmail.com> * Update build.gradle Signed-off-by: Andriy Redko <drreta@gmail.com> --------- Signed-off-by: Mulugeta Mammo <mulugeta.mammo@intel.com> Signed-off-by: Andriy Redko <drreta@gmail.com> Co-authored-by: Andriy Redko <drreta@gmail.com>
1 parent 71024d4 commit 885659f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
buildscript {
3232
ext {
3333
opensearch_group = "org.opensearch"
34-
opensearch_version = System.getProperty("opensearch.version", "3.0.0-alpha1-SNAPSHOT")
34+
opensearch_version = System.getProperty("opensearch.version", "3.0.0-beta1-SNAPSHOT")
3535
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
36-
buildVersionQualifier = System.getProperty("build.version_qualifier", "alpha1")
36+
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
3737
}
3838

3939
repositories {
@@ -92,7 +92,7 @@ opensearchplugin {
9292
}
9393

9494
dependencies {
95-
api "com.github.luben:zstd-jni:1.5.5-5"
95+
api "com.github.luben:zstd-jni:1.5.6-1"
9696
api "com.intel.qat:qat-java:1.1.1"
9797
}
9898

0 commit comments

Comments
 (0)