From cb9571ef3d53e19481214ab0a87f667d4224a70c Mon Sep 17 00:00:00 2001 From: Sarthak Aggarwal Date: Fri, 18 Aug 2023 20:42:16 +0530 Subject: [PATCH] Bump zstd version to 1.5.5-5 (#9431) Signed-off-by: Sarthak Aggarwal Signed-off-by: Kiran Reddy --- CHANGELOG.md | 1 + buildSrc/version.properties | 2 +- libs/compress/licenses/zstd-jni-1.5.5-3.jar.sha1 | 1 - libs/compress/licenses/zstd-jni-1.5.5-5.jar.sha1 | 1 + 4 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 libs/compress/licenses/zstd-jni-1.5.5-3.jar.sha1 create mode 100644 libs/compress/licenses/zstd-jni-1.5.5-5.jar.sha1 diff --git a/CHANGELOG.md b/CHANGELOG.md index d79d06e884010..efc19b5b77af9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -116,6 +116,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Bump `lycheeverse/lychee-action` from 1.2.0 to 1.8.0 ([#9228](https://github.com/opensearch-project/OpenSearch/pull/9228)) - Bump `snakeyaml` from 2.0 to 2.1 ([#9269](https://github.com/opensearch-project/OpenSearch/pull/9269)) - Bump `aws-actions/configure-aws-credentials` from 1 to 2 ([#9302](https://github.com/opensearch-project/OpenSearch/pull/9302)) +- Bump `com.github.luben:zstd-jni` from 1.5.5-3 to 1.5.5-5 ([#9431](https://github.com/opensearch-project/OpenSearch/pull/9431) ### Changed - Default to mmapfs within hybridfs ([#8508](https://github.com/opensearch-project/OpenSearch/pull/8508)) diff --git a/buildSrc/version.properties b/buildSrc/version.properties index ff962309cf084..a0804687732dc 100644 --- a/buildSrc/version.properties +++ b/buildSrc/version.properties @@ -60,7 +60,7 @@ bytebuddy = 1.14.3 jmh = 1.35 # compression -zstd = 1.5.5-3 +zstd = 1.5.5-5 jzlib = 1.1.3 diff --git a/libs/compress/licenses/zstd-jni-1.5.5-3.jar.sha1 b/libs/compress/licenses/zstd-jni-1.5.5-3.jar.sha1 deleted file mode 100644 index 6d30ba7e2de80..0000000000000 --- a/libs/compress/licenses/zstd-jni-1.5.5-3.jar.sha1 +++ /dev/null @@ -1 +0,0 @@ -488dd9b15c9e8cf87d857f65f5cd6359c2853381 \ No newline at end of file diff --git a/libs/compress/licenses/zstd-jni-1.5.5-5.jar.sha1 b/libs/compress/licenses/zstd-jni-1.5.5-5.jar.sha1 new file mode 100644 index 0000000000000..498c60c34e3da --- /dev/null +++ b/libs/compress/licenses/zstd-jni-1.5.5-5.jar.sha1 @@ -0,0 +1 @@ +74ffdc5f140080adacf5278287aadd950179f848 \ No newline at end of file