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/02/11 02:19:04 UTC

[incubator-inlong] branch master updated: [INLONG-2462] [AGENT] upgrade aviator (#2463)

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 9f8c43a  [INLONG-2462] [AGENT] upgrade aviator (#2463)
9f8c43a is described below

commit 9f8c43a330ee7d0c1d66f06f893e9433737ddfe9
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Fri Feb 11 03:18:58 2022 +0100

    [INLONG-2462] [AGENT] upgrade aviator (#2463)
---
 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 46c14b5..5a4edc6 100644
--- a/inlong-agent/pom.xml
+++ b/inlong-agent/pom.xml
@@ -57,7 +57,7 @@
         <unit.version>4.13</unit.version>
         <common.lang.version>2.4</common.lang.version>
         <oro.version>2.0.8</oro.version>
-        <aviator.version>2.2.1</aviator.version>
+        <aviator.version>5.3.0</aviator.version>
         <avro.version>1.7.2</avro.version>
         <pulsar.version>2.6.2</pulsar.version>
         <netty.version>3.8.0.Final</netty.version>