This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new c01eec2ba89 Update TsFile version (#12867)
c01eec2ba89 is described below

commit c01eec2ba89e739c2224a78163249d1739039dce
Author: Haonan <[email protected]>
AuthorDate: Sun Jul 7 21:24:00 2024 +0800

    Update TsFile version (#12867)
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 87cd2e5b5fa..2c3ac8ab1a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -141,7 +141,7 @@
         <reactor.version>3.5.18</reactor.version>
         <reflections.version>0.10.2</reflections.version>
         <slf4j.version>2.0.9</slf4j.version>
-        <snappy-java.version>1.1.10.4</snappy-java.version>
+        <snappy-java.version>1.1.10.5</snappy-java.version>
         
<sonar.coverage.jacoco.xmlReportPaths>target/jacoco-merged-reports/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
         <!-- Exclude all generated code -->
         <sonar.exclusions>**/generated-sources</sonar.exclusions>
@@ -165,8 +165,8 @@
     -->
         <thrift.version>0.14.1</thrift.version>
         <xz.version>1.9</xz.version>
-        <zstd-jni.version>1.5.5-5</zstd-jni.version>
-        <tsfile.version>1.0.1-bf6a2f3-SNAPSHOT</tsfile.version>
+        <zstd-jni.version>1.5.6-3</zstd-jni.version>
+        <tsfile.version>1.0.1-9c68a35-SNAPSHOT</tsfile.version>
     </properties>
     <!--
     if we claim dependencies in dependencyManagement, then we do not claim

Reply via email to