You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/03/10 01:59:57 UTC

[incubator-inlong] branch master updated: [INLONG-3027][Agent] Upgrade snappy version #3028

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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new 3e8aa0a  [INLONG-3027][Agent] Upgrade snappy version #3028
3e8aa0a is described below

commit 3e8aa0a0b2b7dd7d5ccfbb0223c268b699623471
Author: baomingyu <ba...@163.com>
AuthorDate: Thu Mar 10 09:59:53 2022 +0800

    [INLONG-3027][Agent] Upgrade snappy version #3028
---
 inlong-agent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/inlong-agent/pom.xml b/inlong-agent/pom.xml
index b606bc2..36fa0a9 100644
--- a/inlong-agent/pom.xml
+++ b/inlong-agent/pom.xml
@@ -59,7 +59,7 @@
         <oro.version>2.0.8</oro.version>
         <avro.version>1.7.2</avro.version>
         <pulsar.version>2.6.2</pulsar.version>
-        <snappy.version>1.0.4.1</snappy.version>
+        <snappy.version>1.1.8.4</snappy.version>
         <protobuf.version>2.5.0</protobuf.version>
         <httpclient.version>4.5.13</httpclient.version>
         <fastjson.version>1.2.68</fastjson.version>