This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch iotdb
in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit e8200c8b07633ce4a047ed7c07a81429c3e3e3ab
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 4 22:22:03 2024 +0800
Bump com.github.luben:zstd-jni from 1.5.5-5 to 1.5.6-3 (#70)
Bumps [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) from
1.5.5-5 to 1.5.6-3.
- [Commits](https://github.com/luben/zstd-jni/compare/v.1.5.5-5...v1.5.6-3)
---
updated-dependencies:
- dependency-name: com.github.luben:zstd-jni
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/pom.xml b/java/pom.xml
index 5ee4c4ba..ab3ec31e 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>com.github.luben</groupId>
<artifactId>zstd-jni</artifactId>
- <version>1.5.5-5</version>
+ <version>1.5.6-3</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>